DBA Data[Home] [Help]

APPS.MSC_GET_PROFILE dependencies on FND_USER

Line 192: select user_id into usr_id from fnd_user where user_name=usr_name;

188: lv_file_name := p_file_name ;
189: END IF;
190:
191: IF usr_name is NOT NULL THEN
192: select user_id into usr_id from fnd_user where user_name=usr_name;
193: END IF;
194:
195: IF application_name is NOT NULL THEN
196: select application_id into appl_id from fnd_application where application_short_name=application_name;