DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_GLOBAL

Line 5738: l_v_role := fnd_global.user_name;

5734: log_to_fnd(p_v_module => 'raise_scr_event',
5735: p_v_string => 'Before calling the fnd.profile.value(USERNAME)'
5736: );
5737:
5738: l_v_role := fnd_global.user_name;
5739:
5740: log_to_fnd(p_v_module => 'raise_scr_event',
5741: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role
5742: );

Line 6460: l_v_role := fnd_global.user_name;

6456: log_to_fnd(p_v_module => 'raise_gamt_event',
6457: p_v_string => 'Before calling the fnd.profile.value(USERNAME)..'
6458: );
6459:
6460: l_v_role := fnd_global.user_name;
6461:
6462: log_to_fnd(p_v_module => 'raise_gamt_event',
6463: p_v_string => 'After calling the fnd.profile.value(USERNAME)..The value of the USERNAME is '||l_v_role
6464: );