DBA Data[Home] [Help]

APPS.IGI_IAC_REINSTATE_PKG dependencies on FA_BOOKS

Line 52: FROM fa_books

48: CURSOR c_fully_reserved(n_asset_id NUMBER,
49: n_book_type_code VARCHAR2)
50: IS
51: SELECT nvl(period_counter_fully_reserved,0)
52: FROM fa_books
53: WHERE book_type_code = n_book_type_code
54: AND asset_id = n_asset_id
55: AND date_ineffective IS NULL;
56: