DBA Data[Home] [Help]

APPS.MSD_DEM_COMMON_UTILITIES dependencies on FND_USER

Line 2923: select user_id into x_user_id from fnd_user where user_name = p_user_name;

2919:
2920: BEGIN
2921: IF (fnd_global.user_id = -1) THEN
2922: BEGIN
2923: select user_id into x_user_id from fnd_user where user_name = p_user_name;
2924: select responsibility_id into x_resp_id from fnd_responsibility_vl where responsibility_name = p_resp_name;
2925: select application_id into x_appl_id from fnd_application_vl where application_name = p_appl_name;
2926:
2927: apps_initialize(x_user_id, x_resp_id, x_appl_id);