DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 143: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;

139: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
140: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
141: G_Precision fnd_currencies.precision%TYPE;
142: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
143: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
144: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
145: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
146: G_Base_Currency_Code ap_system_parameters.base_currency_code%TYPE;
147: G_Invoice_Currency_Code ap_invoices.invoice_currency_code%TYPE;

Line 164: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;

160: G_Inventory_Organization_Id financials_system_parameters.inventory_organization_id%TYPE;
161: G_Approval_Workflow_Flag ap_system_parameters.approval_workflow_flag%TYPE;
162: -- Removed for bug 4277744
163: -- G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE;
164: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;
165: G_Shipment_Type po_line_locations.shipment_type%TYPE;
166: G_Org_id ap_invoices.org_id%TYPE;
167: G_Encumbrance_Flag financials_system_parameters.purch_encumbrance_flag%TYPE;
168: G_User_Id number;

Line 811: ap_system_parameters_all asp,

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