DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on FND_GLOBAL

Line 5733: l_username varchar2(30):=fnd_global.user_name;

5729: l_noa_id ghr_pa_requests.first_noa_id%type;
5730: l_sf52_canc ghr_pa_requests%rowtype;
5731: l_sf52 ghr_pa_requests%rowtype;
5732: l_canc_pa_request_id ghr_pa_requests.pa_request_id%type;
5733: l_username varchar2(30):=fnd_global.user_name;
5734: l_null_sf52 ghr_pa_requests%rowtype;
5735: l_ovn number;
5736: l_which_noa number;
5737: --

Line 6232: -- l_username := fnd_global.user_name;

6228: hr_utility.set_location(' l_asg_id is ' || l_asg_id || ' ' || l_proc , 90);
6229: -- End Bug 2542417
6230:
6231:
6232: -- l_username := fnd_global.user_name;
6233: l_username := fnd_profile.value('USERNAME');
6234: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6235: IF l_username is NULL THEN
6236: l_username := fnd_global.user_name;

Line 6234: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.

6230:
6231:
6232: -- l_username := fnd_global.user_name;
6233: l_username := fnd_profile.value('USERNAME');
6234: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6235: IF l_username is NULL THEN
6236: l_username := fnd_global.user_name;
6237: END IF;
6238:

Line 6236: l_username := fnd_global.user_name;

6232: -- l_username := fnd_global.user_name;
6233: l_username := fnd_profile.value('USERNAME');
6234: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6235: IF l_username is NULL THEN
6236: l_username := fnd_global.user_name;
6237: END IF;
6238:
6239: l_ovn := NULL;
6240: