DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_UTIL_PVT

Line 284: if not FA_UTIL_PVT.get_period_rec

280: p_log_level_rec => p_log_level_rec);
281: return FALSE;
282: end if;
283:
284: if not FA_UTIL_PVT.get_period_rec
285: (p_book => p_asset_hdr_rec.book_type_code,
286: x_period_rec => l_period_rec,
287: p_log_level_rec => p_log_level_rec) then
288: return FALSE;

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

311: from fa_fiscal_year
312: where fiscal_year = l_fiscal_year
313: and fiscal_year_name = l_fiscal_year_name;
314:
315: if not FA_UTIL_PVT.get_latest_trans_date('FA_TRANSFER_PUB.valid_input',
316: p_asset_hdr_rec.asset_id,
317: p_asset_hdr_rec.book_type_code,
318: l_max_transaction_date,
319: p_log_level_rec => p_log_level_rec) then