DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_INVOICES_ALL

Line 214: G_source ap_invoices_all.source%type;

210: G_product_fisc_class zx_lines_det_factors.product_fisc_classification%type;
211: G_user_defined_fisc_class zx_lines_det_factors.user_defined_fisc_class%type;
212: G_assessable_value zx_lines_det_factors.assessable_value%type;
213: G_dflt_tax_class_code zx_transaction_lines_gt.input_tax_classification_code%type;
214: G_source ap_invoices_all.source%type;
215:
216:
217: PROCEDURE ap_amt_match
218: (X_match_mode IN VARCHAR2,

Line 756: FROM ap_invoices_all ai ,

752: g_vendor_id,
753: g_vendor_site_id,
754: g_source
755: /* Bug 5572876, using base tables */
756: FROM ap_invoices_all ai ,
757: ap_system_parameters_all asp,
758: ap_suppliers pv,
759: ap_supplier_sites_all pvs,
760: financials_system_params_all fsp,