DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_PROCESS_PVT dependencies on OKL_TRX_ASSETS

Line 189: OKL_TRX_ASSETS tas,

185: CURSOR tal_csr(v_source_id NUMBER) IS
186: SELECT tas.trans_number,
187: try.trx_type_class
188: FROM OKL_TXL_ASSETS_B tal,
189: OKL_TRX_ASSETS tas,
190: OKL_TRX_TYPES_V try
191: WHERE tal.id = v_source_id
192: AND tal.tas_id = tas.id
193: AND tas.try_id = try.id;

Line 670: okl_trx_assets tas

666: SELECT
667: tas.try_id
668: FROM
669: okl_txl_assets_b txl,
670: okl_trx_assets tas
671: WHERE
672: txl.id = p_source_id AND
673: txl.tas_id = tas.id;
674:

Line 1094: okl_trx_assets tas,

1090: ael.currency_code
1091: FROM okl_Ae_headers aeh,
1092: okl_ae_lines ael,
1093: okl_trx_types_v try,
1094: okl_trx_assets tas,
1095: okl_txl_assets_b tal
1096: WHERE aeh.ae_header_id=ael.ae_header_id
1097: AND aeh.accounting_error_code IS NULL
1098: AND ael.accounting_error_code IS NULL

Line 1194: okl_trx_assets tas,

1190: tal.original_cost amount,
1191: tas.date_trans_occurred transaction_date
1192: FROM
1193: okl_txl_assets_b tal,
1194: okl_trx_assets tas,
1195: okl_trx_types_v try,
1196: okc_k_headers_b khr
1197: WHERE
1198: tal.id = p_source_id AND