DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_ASSET_HIERARCHY_PURPOSE

Line 105: from fa_asset_hierarchy_purpose

101:
102: Cursor c_2 is
103: select asset_hierarchy_purpose_id
104: ,name
105: from fa_asset_hierarchy_purpose
106: where book_type_code = v_corp_book
107: and purpose_type = 'INHERITANCE';
108:
109: Cursor c_3 is