DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on FA_BOOK_CONTROLS

Line 185: G_asset_book_type_code fa_book_controls.book_type_code%TYPE;

181: G_task_id pa_tasks.task_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;

Line 904: FROM fa_book_controls fc

900: /*
901: BEGIN
902: SELECT book_type_code
903: INTO g_asset_book_type_code
904: FROM fa_book_controls fc
905: WHERE fc.book_class = 'CORP0RATE'
906: AND fc.set_of_books_id = g_set_of_books_id
907: AND fc.date_ineffective IS NULL;
908: EXCEPTION