DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 159: G_Inventory_Organization_Id financials_system_parameters.inventory_organization_id%TYPE;

155: G_Invoice_Date ap_invoices.invoice_date%TYPE;
156: G_Expenditure_Organization_ID pa_exp_orgs_it.organization_id%TYPE;
157: G_Asset_Book_Type_Code fa_book_controls.book_type_code%TYPE;
158: G_Asset_Category_Id mtl_system_items.asset_category_id%TYPE;
159: G_Inventory_Organization_Id financials_system_parameters.inventory_organization_id%TYPE;
160: G_Approval_Workflow_Flag ap_system_parameters.approval_workflow_flag%TYPE;
161: -- Removed for bug 4277744
162: -- G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE;
163: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;

Line 166: G_Encumbrance_Flag financials_system_parameters.purch_encumbrance_flag%TYPE;

162: -- G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE;
163: G_Allow_Flex_Override_Flag ap_system_parameters.allow_flex_override_flag%TYPE;
164: G_Shipment_Type po_line_locations.shipment_type%TYPE;
165: G_Org_id ap_invoices.org_id%TYPE;
166: G_Encumbrance_Flag financials_system_parameters.purch_encumbrance_flag%TYPE;
167: G_User_Id number;
168: G_Login_Id number;
169: G_Account_Segment ap_invoice_lines.account_segment%TYPE := NULL;
170: G_Balancing_Segment ap_invoice_lines.balancing_segment%TYPE := NULL;