DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 156: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;

152: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
153: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
154: G_Precision fnd_currencies.precision%TYPE;
155: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
156: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
157: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
158: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
159: G_Base_Currency_Code ap_system_parameters.base_currency_code%TYPE;
160: G_Invoice_Currency_Code ap_invoices.invoice_currency_code%TYPE;

Line 177: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;

173: G_Inventory_Organization_Id financials_system_parameters.inventory_organization_id%TYPE;
174: G_Approval_Workflow_Flag ap_system_parameters.approval_workflow_flag%TYPE;
175: -- Removed for bug 4277744
176: -- G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE;
177: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;
178: G_Shipment_Type po_line_locations.shipment_type%TYPE;
179: G_Org_id ap_invoices.org_id%TYPE;
180: G_Encumbrance_Flag financials_system_parameters.purch_encumbrance_flag%TYPE;
181: G_match_option po_line_locations.match_option%TYPE;

Line 757: ap_system_parameters_all asp,

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,
761: fnd_currencies fc