DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 186: G_inventory_organization_id financials_system_parameters.inventory_organization_id%TYPE;

182: G_expenditure_type pa_expenditure_types.expenditure_type%TYPE;
183: G_invoice_date ap_invoices.invoice_date%TYPE;
184: G_expenditure_organization_id pa_exp_orgs_it.organization_id%TYPE;
185: G_asset_book_type_code fa_book_controls.book_type_code%TYPE;
186: G_inventory_organization_id financials_system_parameters.inventory_organization_id%TYPE;
187: G_allow_account_override ap_system_parameters.allow_flex_override_flag%TYPE;
188: G_encumbrance_flag financials_system_parameters.purch_encumbrance_flag%TYPE;
189: G_match_option po_line_locations.match_option%TYPE;
190: G_approval_workflow_flag ap_system_parameters.approval_workflow_flag%TYPE;

Line 188: G_encumbrance_flag financials_system_parameters.purch_encumbrance_flag%TYPE;

184: G_expenditure_organization_id pa_exp_orgs_it.organization_id%TYPE;
185: G_asset_book_type_code fa_book_controls.book_type_code%TYPE;
186: G_inventory_organization_id financials_system_parameters.inventory_organization_id%TYPE;
187: G_allow_account_override ap_system_parameters.allow_flex_override_flag%TYPE;
188: G_encumbrance_flag financials_system_parameters.purch_encumbrance_flag%TYPE;
189: G_match_option po_line_locations.match_option%TYPE;
190: G_approval_workflow_flag ap_system_parameters.approval_workflow_flag%TYPE;
191: --G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE; - Bug 4277744
192: G_login_id number;