DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_UTIL_PVT

Line 123: if not FA_UTIL_PVT.get_asset_fin_rec

119: /*phase5 This function will validate if current transaction is overlapping to any previously done impairment*/
120:
121: --Add code for the 10328635
122:
123: if not FA_UTIL_PVT.get_asset_fin_rec
124: (p_asset_hdr_rec => px_asset_hdr_rec
125: ,px_asset_fin_rec => l_asset_fin_rec
126: ,p_transaction_header_id => NULL
127: ,p_mrc_sob_type_code => 'P'

Line 327: if not FA_UTIL_PVT.get_period_rec

323: Name => 'FA_REC_RETIRED', p_log_level_rec => p_log_level_rec);
324: return FALSE;
325: end if;
326:
327: if not FA_UTIL_PVT.get_period_rec
328: (p_book => p_asset_hdr_rec.book_type_code,
329: x_period_rec => l_period_rec, p_log_level_rec => p_log_level_rec) then
330: return FALSE;
331: end if;

Line 366: if not FA_UTIL_PVT.get_latest_trans_date('FA_TRANSFER_PUB.valid_input',

362: from fa_fiscal_year
363: where fiscal_year = l_fiscal_year
364: and fiscal_year_name = l_fiscal_year_name;
365:
366: if not FA_UTIL_PVT.get_latest_trans_date('FA_TRANSFER_PUB.valid_input',
367: p_asset_hdr_rec.asset_id,
368: p_asset_hdr_rec.book_type_code,
369: l_max_transaction_date, p_log_level_rec => p_log_level_rec) then
370: return FALSE;