DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_UTIL_PVT

Line 680: if not FA_UTIL_PVT.get_asset_fin_rec

676:
677: l_corp_asset_hdr_rec.asset_id := p_asset_id;
678: l_corp_asset_hdr_rec.book_type_code := fa_cache_pkg.fazcbc_record.distribution_source_book;
679:
680: if not FA_UTIL_PVT.get_asset_fin_rec
681: (p_asset_hdr_rec => l_corp_asset_hdr_rec,
682: px_asset_fin_rec => l_corp_asset_fin_rec,
683: p_transaction_header_id => p_corp_thid,
684: p_mrc_sob_type_code => 'P',

Line 2082: if not fa_util_pvt.get_asset_retire_rec

2078: l_asset_retire_rec.retirement_id,
2079: p_log_level_rec => p_log_level_rec);
2080: end if;
2081:
2082: if not fa_util_pvt.get_asset_retire_rec
2083: (px_asset_retire_rec => l_asset_retire_rec,
2084: p_mrc_sob_type_code => 'P',
2085: p_log_level_rec => p_log_level_rec) then
2086: l_mesg_name := 'FA_MCP_FAIL_THID';

Line 2456: if not FA_UTIL_PVT.get_period_rec

2452: raise masscp_err;
2453: end if;
2454:
2455: -- get corp period info
2456: if not FA_UTIL_PVT.get_period_rec
2457: (p_book => fa_cache_pkg.fazcbc_record.distribution_source_book,
2458: p_period_counter => p_period_counter,
2459: x_period_rec => l_corp_period_rec
2460: ) then

Line 2465: if not FA_UTIL_PVT.get_period_rec

2461: raise masscp_err;
2462: end if;
2463:
2464: -- get tax period info
2465: if not FA_UTIL_PVT.get_period_rec
2466: (p_book => p_book_type_code,
2467: x_period_rec => l_tax_period_rec
2468: ) then
2469: raise masscp_err;