DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_INVOICES_ALL

Line 216: G_source ap_invoices_all.source%type;

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

Line 846: FROM ap_invoices_all ai ,

842: g_vendor_site_id,
843: g_source,
844: g_pay_awt_group_id --bug 9689194
845: /* Bug 5572876, using base tables */
846: FROM ap_invoices_all ai ,
847: ap_system_parameters_all asp,
848: ap_suppliers pv,
849: ap_supplier_sites_all pvs,
850: financials_system_params_all fsp,