DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AR_REC_TRX_LE_DETAILS

Line 7512: from ar_rec_trx_le_details rtld

7508: */
7509: SELECT nvl(
7510: (
7511: select rtld.asset_tax_code
7512: from ar_rec_trx_le_details rtld
7513: where rtld.receivables_trx_id(+)=ar.receivables_trx_id
7514: and l_le_id = rtld.legal_entity_id
7515: ),ar.asset_tax_code) asset_tax_code,
7516: nvl(

Line 7519: from ar_rec_trx_le_details rtld

7515: ),ar.asset_tax_code) asset_tax_code,
7516: nvl(
7517: (
7518: select rtld.liability_tax_code
7519: from ar_rec_trx_le_details rtld
7520: where rtld.receivables_trx_id(+)=ar.receivables_trx_id
7521: and l_le_id = rtld.legal_entity_id
7522: ),ar.liability_tax_code) liability_tax_code
7523: INTO y_cr_vat_tax_code, y_dr_vat_tax_code