You are on page 1of 1

create table NC_MTL_TRX_ACCOUNTS_USD

(
transaction_id NUMBER,
reference_account NUMBER not null,
creation_date DATE not null,
created_by NUMBER not null,
inventory_item_id NUMBER not null,
organization_id NUMBER not null,
transaction_date DATE not null,
transaction_source_id NUMBER not null,
transaction_source_type_id NUMBER,
transaction_value NUMBER,
primary_quantity NUMBER,
accounting_line_type NUMBER not null,
tipo_cambio_historico NUMBER,
costo_promedio_usd NUMBER,
currency_code VARCHAR2(15),
request_id NUMBER,
inv_sub_ledger_id NUMBER,
transaction_id_upd NUMBER,
request_id_upd NUMBER,
request_gl_id NUMBER,
base_transaction_value NUMBER
);

You might also like