DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on AP_INVOICES_ALL

Line 202: G_source ap_invoices_all.source%type;

198: G_product_fisc_class zx_lines_det_factors.product_fisc_classification%type;
199: G_user_defined_fisc_class zx_lines_det_factors.user_defined_fisc_class%type;
200: G_assessable_value zx_lines_det_factors.assessable_value%type;
201: G_dflt_tax_class_code zx_transaction_lines_gt.input_tax_classification_code%type;
202: G_source ap_invoices_all.source%type;
203: G_recurring_payment_id ap_invoices.recurring_payment_id%TYPE; -- Bug 7305223
204:
205:
206: PROCEDURE ap_amt_match

Line 810: FROM ap_invoices_all ai ,

806: g_source,
807: g_recurring_payment_id, -- Bug 7305223
808: g_pay_awt_group_id --Bug 9689194
809: /* Bug 5572876, using base tables */
810: FROM ap_invoices_all ai ,
811: ap_system_parameters_all asp,
812: ap_suppliers pv,
813: ap_supplier_sites_all pvs,
814: financials_system_params_all fsp,