DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on EGO_USER_V

Line 191: FROM ego_user_v

187: if (colon = 0) then
188: begin
189: SELECT party_id
190: INTO x_orig_system_id
191: FROM ego_user_v
192: where user_name = x_user_name;
193: exception
194: when no_data_found then
195: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then