DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on FA_BOOK_CONTROLS

Line 102: g_asset_book_type_code fa_book_controls.book_type_code%TYPE;

98: g_income_tax_region ap_system_parameters.income_tax_region%TYPE;
99: g_allow_pa_override VARCHAR2(1);
100: g_pa_expenditure_date_default VARCHAR2(50);
101: g_approval_workflow_flag ap_system_parameters.approval_workflow_flag%TYPE;
102: g_asset_book_type_code fa_book_controls.book_type_code%TYPE;
103: g_transfer_flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
104: g_user_id number;
105: g_login_id number;
106: g_trx_business_category ap_invoices.trx_business_category%TYPE;

Line 461: FROM fa_book_controls fc

457: BEGIN
458:
459: SELECT book_type_code
460: INTO g_asset_book_type_code
461: FROM fa_book_controls fc
462: WHERE fc.book_class = 'CORPORATE'
463: AND fc.set_of_books_id = g_set_of_books_id
464: AND fc.date_ineffective IS NULL;
465: