DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on FA_BOOK_CONTROLS

Line 19515: FROM fa_book_controls bc

19511: debug_info := 'Verify Asset Book since it is not null';
19512: BEGIN
19513: SELECT 'Asset Book Found'
19514: INTO l_valid_asset_book
19515: FROM fa_book_controls bc
19516: WHERE bc.set_of_books_id = p_set_of_books_id
19517: AND bc.book_type_code = p_invoice_lines_rec.asset_book_type_code
19518: AND bc.date_ineffective IS NULL;
19519: