DBA Data[Home] [Help]

APPS.JAI_AP_IL_ORG_PKG dependencies on AP_INVOICES_ALL

Line 88: ap_invoices_all

84: 0
85: into
86: l_invoice_id
87: from
88: ap_invoices_all
89: where source = 'INDIA TDS'
90: and invoice_num like '%TDS%'
91: and invoice_id = P_INVOICE_ID;
92: ------------------------------------------------------------------