DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on FA_BOOK_CONTROLS

Line 186: G_asset_book_type_code fa_book_controls.book_type_code%TYPE;

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

Line 997: FROM fa_book_controls fc

993: /*
994: BEGIN
995: SELECT book_type_code
996: INTO g_asset_book_type_code
997: FROM fa_book_controls fc
998: WHERE fc.book_class = 'CORP0RATE'
999: AND fc.set_of_books_id = g_set_of_books_id
1000: AND fc.date_ineffective IS NULL;
1001: EXCEPTION