DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_UTIL_PVT

Line 272: if not FA_UTIL_PVT.get_period_rec

268: p_log_level_rec => p_log_level_rec);
269: return FALSE;
270: end if;
271:
272: if not FA_UTIL_PVT.get_period_rec
273: (p_book => p_asset_hdr_rec.book_type_code,
274: x_period_rec => l_period_rec,
275: p_log_level_rec => p_log_level_rec) then
276: return FALSE;

Line 303: if not FA_UTIL_PVT.get_latest_trans_date('FA_UNIT_ADJ_PUB.valid_input',

299: from fa_fiscal_year
300: where fiscal_year = l_fiscal_year
301: and fiscal_year_name = l_fiscal_year_name;
302:
303: if not FA_UTIL_PVT.get_latest_trans_date('FA_UNIT_ADJ_PUB.valid_input',
304: p_asset_hdr_rec.asset_id,
305: p_asset_hdr_rec.book_type_code,
306: l_max_transaction_date,
307: p_log_level_rec => p_log_level_rec) then