DBA Data[Home] [Help]

APPS.FA_STY_RESERVE_PKG dependencies on FA_INS_DETAIL_PKG

Line 245: l_status := FA_INS_DETAIL_PKG.faxindd(

241: AND book_type_code = p_book_type_code
242: AND period_counter = l_pc
243: AND deprn_source_code = 'BOOKS';
244:
245: l_status := FA_INS_DETAIL_PKG.faxindd(
246: X_book_type_code =>p_book_type_code,
247: X_asset_id =>l_asset_id,
248: X_mrc_sob_type_code =>'P');
249: if (not l_status) then