DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FA_BOOK_CONTROLS

Line 21317: FROM fa_book_controls bc

21313: debug_info := 'Verify Asset Book since it is not null';
21314: BEGIN
21315: SELECT 'Asset Book Found'
21316: INTO l_valid_asset_book
21317: FROM fa_book_controls bc
21318: WHERE bc.set_of_books_id = p_set_of_books_id
21319: AND bc.book_type_code = p_invoice_lines_rec.asset_book_type_code
21320: AND bc.date_ineffective IS NULL;
21321: