DBA Data[Home] [Help]

APPS.EGO_DATA_SECURITY dependencies on EGO_USER_V

Line 319: FROM ego_user_v

315: x_user_name := 'HZ_PARTY:'||x_orig_system_id;
316: ***/
317: SELECT party_id
318: INTO x_orig_system_id
319: FROM ego_user_v
320: where user_name = x_user_name;
321: exception
322: when no_data_found then
323: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then