DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on FA_BOOK_CONTROLS

Line 97: g_asset_book_type_code fa_book_controls.book_type_code%TYPE;

93: g_income_tax_region ap_system_parameters.income_tax_region%TYPE;
94: g_allow_pa_override VARCHAR2(1);
95: g_pa_expenditure_date_default VARCHAR2(50);
96: g_approval_workflow_flag ap_system_parameters.approval_workflow_flag%TYPE;
97: g_asset_book_type_code fa_book_controls.book_type_code%TYPE;
98: g_transfer_flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
99: g_user_id number;
100: g_login_id number;
101: g_trx_business_category ap_invoices.trx_business_category%TYPE;

Line 433: FROM fa_book_controls fc

429: BEGIN
430:
431: SELECT book_type_code
432: INTO g_asset_book_type_code
433: FROM fa_book_controls fc
434: WHERE fc.book_class = 'CORPORATE'
435: AND fc.set_of_books_id = g_set_of_books_id
436: AND fc.date_ineffective IS NULL;
437: