DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on AP_INVOICES_ALL

Line 200: G_source ap_invoices_all.source%type;

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

Line 719: FROM ap_invoices_all ai ,

715: g_vendor_site_id,
716: g_source,
717: g_recurring_payment_id -- Bug 7305223
718: /* Bug 5572876, using base tables */
719: FROM ap_invoices_all ai ,
720: ap_system_parameters_all asp,
721: ap_suppliers pv,
722: ap_supplier_sites_all pvs,
723: financials_system_params_all fsp,