DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_ASSET_HIERARCHY_PVT

Line 239: if NOT fa_asset_hierarchy_pvt.derive_asset_attribute (

235: -- this function will check if parent is valid, otherwise return false
236: -- check if override is allowed, otherwise return false
237: -- derive asset attributes
238: if px_asset_hierarchy_rec.parent_hierarchy_id is not null then
239: if NOT fa_asset_hierarchy_pvt.derive_asset_attribute (
240: px_asset_hdr_rec => px_asset_hdr_rec,
241: px_asset_desc_rec => px_asset_desc_rec,
242: px_asset_cat_rec => px_asset_cat_rec,
243: px_asset_hierarchy_rec => px_asset_hierarchy_rec,

Line 906: if not fa_asset_hierarchy_pvt.add_asset(

902: -- add asset to the Asset Hierarchy for CORP book
903: if ((fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') AND
904: (l_reporting_flag <> 'R')) then
905: if px_asset_hierarchy_rec.parent_hierarchy_id is not null then
906: if not fa_asset_hierarchy_pvt.add_asset(
907: p_asset_hdr_rec => l_mrc_asset_hdr_rec,
908: p_asset_hierarchy_rec => px_asset_hierarchy_rec , p_log_level_rec => g_log_level_rec) then
909: -- p_calling_fn => 'fa_addition_pub.do_addition' ) then
910: