DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on AR_TRX_LINES_GT

Line 605: from ar_trx_lines_gt

601: THEN
602: -- for Invoice API request id will be always -ve
603: -- get the details for which line autoaccounting failed.
604: FOR invRec IN ( select trx_header_id,trx_line_id
605: from ar_trx_lines_gt
606: where request_id = p_request_id
607: and customer_trx_line_id = p_interface_line_id
608: UNION
609: select trx_header_id, -99