DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_ADDITIONS

Line 95: from fa_additions

91: where lookup_type = c_lookup_type
92: and enabled_flag = 'Y';
93: cursor get_group_asset(l_asset_key_ccid number, l_category_id number) is
94: select asset_id, asset_category_id, parent_asset_id, asset_key_ccid
95: from fa_additions
96: where asset_category_id = l_category_id
97: and asset_key_ccid = l_asset_key_ccid;
98: begin
99:

Line 584: from fa_Additions

580: end if;
581: elsif (px_group_asset_rec.rec_mode = 'INTERFACE') then
582: select asset_key_ccid, asset_type, asset_category_id
583: into l_akey_ccid, l_asset_type, l_category_id
584: from fa_Additions
585: where asset_id = px_group_asset_rec.asset_id;
586: if (l_asset_type = 'GROUP') then
587: return true;
588: end if;