DBA Data[Home] [Help]

APPS.AR_CONFIRMATION_ACTION dependencies on RA_CUSTOMER_TRX_LINES

Line 45: ra_customer_trx_lines trxl

41: trx.INVOICE_CURRENCY_CODE,
42: trxl.line_number
43: from ar_document_transfers dt,
44: ra_customer_trx trx,
45: ra_customer_trx_lines trxl
46: where dt.document_transfer_id = l_doc_transfer_id and
47: trx.customer_trx_id = l_trx_id and
48: trxl.customer_trx_line_id(+) = l_trx_line_id and
49: dt.source_table = 'RA_CUSTOMER_TRX' and