DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on FND_GLOBAL

Line 3685: and usr.user_id = fnd_global.user_id;

3681: and usr.employee_id=linkppf.person_id
3682: and ppf.party_id = linkppf.party_id
3683: and ppf.person_id = paf.person_id
3684: and paf.assignment_id= p_assignment_id
3685: and usr.user_id = fnd_global.user_id;
3686: --
3687: begin
3688: --
3689: hr_utility.set_location(' Entering: '|| l_proc, 10);

Line 3703: hr_utility.set_location('g_user_id: '||fnd_global.user_id,30);

3699: END IF;
3700: CLOSE csr_applicant_userid;
3701: --
3702: hr_utility.set_location('l_user_id: '||l_user_id,20);
3703: hr_utility.set_location('g_user_id: '||fnd_global.user_id,30);
3704: --
3705: if l_user_id=fnd_global.user_id then
3706: l_manager_terminates:='N';
3707: else

Line 3705: if l_user_id=fnd_global.user_id then

3701: --
3702: hr_utility.set_location('l_user_id: '||l_user_id,20);
3703: hr_utility.set_location('g_user_id: '||fnd_global.user_id,30);
3704: --
3705: if l_user_id=fnd_global.user_id then
3706: l_manager_terminates:='N';
3707: else
3708: l_manager_terminates:='Y';
3709: end if;