DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_UTIL_PVT

Line 277: if not FA_UTIL_PVT.get_period_rec

273: return FALSE;
274: END IF;
275:
276:
277: if not FA_UTIL_PVT.get_period_rec
278: (p_book => p_asset_hdr_rec.book_type_code,
279: x_period_rec => l_period_rec, p_log_level_rec => p_log_level_rec) then
280: return FALSE;
281: end if;

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

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