DBA Data[Home] [Help]

APPS.EGO_DATA_SECURITY dependencies on EGO_USER_V

Line 330: FROM ego_user_v

326: x_user_name := 'HZ_PARTY:'||x_orig_system_id;
327: ***/
328: SELECT party_id
329: INTO x_orig_system_id
330: FROM ego_user_v
331: where user_name = x_user_name;
332: exception
333: when no_data_found then
334: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then