DBA Data[Home] [Help]

APPS.IPA_CLIENT_EXTENSION_PKG dependencies on FA_BOOK_CONTROLS

Line 239: from fa_book_controls

235: l_appln_id fnd_application.application_id%type;
236:
237: Cursor c_book_info is
238: Select book_class,accounting_flex_structure, flexbuilder_defaults_ccid
239: from fa_book_controls
240: where book_type_code = p_book_type_code;
241: book_info_rec c_book_info%rowtype;
242:
243: Cursor c_deprn_expense_seg is