DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on FND_GLOBAL

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

22404: and usr.employee_id=linkppf.person_id
22405: and ppf.party_id = linkppf.party_id
22406: and ppf.person_id = paf.person_id
22407: and paf.assignment_id=p_assignment_id
22408: and usr.user_id = fnd_global.user_id;
22409: -- fix for bug 7577823 ends
22410:
22411: CURSOR csr_assignments
22412: (p_assignment_id IN per_all_assignments_f.assignment_id%TYPE

Line 22613: hr_utility.set_location('g_user_id: '||fnd_global.user_id,72);

22609: l_manager_terminates:='Y';
22610: END IF;
22611: CLOSE csr_applicant_userid;
22612: hr_utility.set_location('l_user_id: '||l_user_id,71);
22613: hr_utility.set_location('g_user_id: '||fnd_global.user_id,72);
22614: if l_user_id=fnd_global.user_id then
22615: l_manager_terminates:='N';
22616: else
22617: l_manager_terminates:='Y';

Line 22614: if l_user_id=fnd_global.user_id then

22610: END IF;
22611: CLOSE csr_applicant_userid;
22612: hr_utility.set_location('l_user_id: '||l_user_id,71);
22613: hr_utility.set_location('g_user_id: '||fnd_global.user_id,72);
22614: if l_user_id=fnd_global.user_id then
22615: l_manager_terminates:='N';
22616: else
22617: l_manager_terminates:='Y';
22618: end if;