DBA Data[Home] [Help]

APPS.INV_FA_INTERFACE_PVT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 23: FROM ap_invoice_distributions_all APINVD

19:
20: BEGIN
21: SELECT MMT.trx_source_line_id
22: INTO l_trx_src_line_id
23: FROM ap_invoice_distributions_all APINVD
24: , ra_customer_trx_lines_all RCTL
25: , mtl_material_transactions MMT
26: WHERE APINVD.invoice_distribution_id = p_inv_dist_id
27: AND RCTL.customer_trx_line_id = to_number(APINVD.reference_1)