DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_CACHE_PKG

Line 92: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code

88: end if;
89: end if;
90:
91: -- call the cache for the primary transaction book
92: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code
93: ,p_log_level_rec => g_log_level_rec) then
94: RAISE FND_API.G_EXC_ERROR;
95: end if;
96:

Line 299: if not fa_cache_pkg.fazcbc (X_book => p_asset_hdr_rec.book_type_code,

295: least(sysdate,l_period_rec.calendar_period_close_date));
296: px_trans_rec.transaction_date_entered :=
297: to_date(to_char(l_transaction_date,'DD/MM/YYYY'),'DD/MM/YYYY');
298: else
299: if not fa_cache_pkg.fazcbc (X_book => p_asset_hdr_rec.book_type_code,
300: p_log_level_rec => p_log_level_rec) then
301: fa_srvr_msg.add_message( calling_fn => 'FA_TRANSFER_PUB.valid_input',
302: p_log_level_rec => p_log_level_rec);
303: return FALSE;

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

301: fa_srvr_msg.add_message( calling_fn => 'FA_TRANSFER_PUB.valid_input',
302: p_log_level_rec => p_log_level_rec);
303: return FALSE;
304: else
305: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;
306: l_fiscal_year := fa_cache_pkg.fazcbc_record.current_fiscal_year;
307: end if;
308:
309: select start_date, end_date

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

302: p_log_level_rec => p_log_level_rec);
303: return FALSE;
304: else
305: l_fiscal_year_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;
306: l_fiscal_year := fa_cache_pkg.fazcbc_record.current_fiscal_year;
307: end if;
308:
309: select start_date, end_date
310: into l_fy_start_Date, l_fy_end_date