DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_LOOKUPS

Line 90: from fa_lookups

86: l_return_status VARCHAR2(1);
87:
88: CURSOR lookup_cur(c_lookup_type varchar2) IS
89: select lookup_code
90: from fa_lookups
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