DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_CACHE_PKG

Line 97: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec) then

93: end if;
94: end if;
95:
96: -- call the cache for the primary transaction book
97: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec) then
98: RAISE FND_API.G_EXC_ERROR;
99: end if;
100:
101: -- validate book if corporate, validate asset

Line 291: if not fa_cache_pkg.fazcbc (X_book => p_asset_hdr_rec.book_type_code, p_log_level_rec => p_log_level_rec) then

287: least(sysdate,l_period_rec.calendar_period_close_date));
288: px_trans_rec.transaction_date_entered :=
289: to_date(to_char(l_transaction_date,'DD/MM/YYYY'),'DD/MM/YYYY');
290: else
291: if not fa_cache_pkg.fazcbc (X_book => p_asset_hdr_rec.book_type_code, p_log_level_rec => p_log_level_rec) then
292: fa_srvr_msg.add_message( calling_fn => 'FA_UNIT_ADJ_PUB.valid_input', p_log_level_rec => p_log_level_rec);
293: return false;
294: else
295: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;

Line 295: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;

291: if not fa_cache_pkg.fazcbc (X_book => p_asset_hdr_rec.book_type_code, p_log_level_rec => p_log_level_rec) then
292: fa_srvr_msg.add_message( calling_fn => 'FA_UNIT_ADJ_PUB.valid_input', p_log_level_rec => p_log_level_rec);
293: return false;
294: else
295: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;
296: l_fiscal_year := fa_cache_pkg.fazcbc_record.current_fiscal_year;
297: end if;
298:
299: select start_date, end_date

Line 296: l_fiscal_year := fa_cache_pkg.fazcbc_record.current_fiscal_year;

292: fa_srvr_msg.add_message( calling_fn => 'FA_UNIT_ADJ_PUB.valid_input', p_log_level_rec => p_log_level_rec);
293: return false;
294: else
295: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;
296: l_fiscal_year := fa_cache_pkg.fazcbc_record.current_fiscal_year;
297: end if;
298:
299: select start_date, end_date
300: into l_fy_start_Date, l_fy_end_date