DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_ASSET_HIERARCHY_PVT

Line 185: if NOT fa_asset_hierarchy_pvt.derive_asset_attribute (

181: -- this function will check if parent is valid, otherwise return false
182: -- check if override is allowed, otherwise return false
183: -- derive asset attributes
184: if px_asset_hierarchy_rec.parent_hierarchy_id is not null then
185: if NOT fa_asset_hierarchy_pvt.derive_asset_attribute (
186: px_asset_hdr_rec => px_asset_hdr_rec,
187: px_asset_desc_rec => px_asset_desc_rec,
188: px_asset_cat_rec => px_asset_cat_rec,
189: px_asset_hierarchy_rec => px_asset_hierarchy_rec,

Line 833: if not fa_asset_hierarchy_pvt.add_asset(

829: -- add asset to the Asset Hierarchy for CORP book
830: if ((fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') AND
831: (l_reporting_flag <> 'R')) then
832: if px_asset_hierarchy_rec.parent_hierarchy_id is not null then
833: if not fa_asset_hierarchy_pvt.add_asset(
834: p_asset_hdr_rec => l_mrc_asset_hdr_rec,
835: p_asset_hierarchy_rec => px_asset_hierarchy_rec) then
836: -- p_calling_fn => 'fa_addition_pub.do_addition') then
837: