DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on FND_GLOBAL

Line 6085: l_username fnd_user.user_name%type :=fnd_global.user_name;

6081: l_sf52_canc ghr_pa_requests%rowtype;
6082: l_sf52 ghr_pa_requests%rowtype;
6083: l_canc_pa_request_id ghr_pa_requests.pa_request_id%type;
6084: --BUG # 13655849 increased length
6085: l_username fnd_user.user_name%type :=fnd_global.user_name;
6086: l_null_sf52 ghr_pa_requests%rowtype;
6087: l_ovn number;
6088: l_which_noa number;
6089: --

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

6583: hr_utility.set_location(' l_asg_id is ' || l_asg_id || ' ' || l_proc , 90);
6584: -- End Bug 2542417
6585:
6586:
6587: -- l_username := fnd_global.user_name;
6588: l_username := fnd_profile.value('USERNAME');
6589: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6590: IF l_username is NULL THEN
6591: l_username := fnd_global.user_name;

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

6585:
6586:
6587: -- l_username := fnd_global.user_name;
6588: l_username := fnd_profile.value('USERNAME');
6589: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6590: IF l_username is NULL THEN
6591: l_username := fnd_global.user_name;
6592: END IF;
6593:

Line 6591: l_username := fnd_global.user_name;

6587: -- l_username := fnd_global.user_name;
6588: l_username := fnd_profile.value('USERNAME');
6589: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6590: IF l_username is NULL THEN
6591: l_username := fnd_global.user_name;
6592: END IF;
6593:
6594: l_ovn := NULL;
6595: