DBA Data[Home] [Help]

APPS.BEN_PROCESS_COBRA_PERSON_SS dependencies on HR_PROCESS_PERSON_SS

Line 688: hr_process_person_ss.g_session_id := ICX_SEC.G_SESSION_ID;

684: ,p_user_id => l_user_id
685: );
686:
687: end if;
688: hr_process_person_ss.g_session_id := ICX_SEC.G_SESSION_ID;
689: hr_process_person_ss.g_person_id := l_person_id;
690: hr_process_person_ss.g_assignment_id := l_assignment_id;
691: -- hr_utility.set_location('g_person_id =' || hr_process_person_ss.g_person_id, 8888);
692:

Line 689: hr_process_person_ss.g_person_id := l_person_id;

685: );
686:
687: end if;
688: hr_process_person_ss.g_session_id := ICX_SEC.G_SESSION_ID;
689: hr_process_person_ss.g_person_id := l_person_id;
690: hr_process_person_ss.g_assignment_id := l_assignment_id;
691: -- hr_utility.set_location('g_person_id =' || hr_process_person_ss.g_person_id, 8888);
692:
693: --

Line 690: hr_process_person_ss.g_assignment_id := l_assignment_id;

686:
687: end if;
688: hr_process_person_ss.g_session_id := ICX_SEC.G_SESSION_ID;
689: hr_process_person_ss.g_person_id := l_person_id;
690: hr_process_person_ss.g_assignment_id := l_assignment_id;
691: -- hr_utility.set_location('g_person_id =' || hr_process_person_ss.g_person_id, 8888);
692:
693: --
694: --

Line 691: -- hr_utility.set_location('g_person_id =' || hr_process_person_ss.g_person_id, 8888);

687: end if;
688: hr_process_person_ss.g_session_id := ICX_SEC.G_SESSION_ID;
689: hr_process_person_ss.g_person_id := l_person_id;
690: hr_process_person_ss.g_assignment_id := l_assignment_id;
691: -- hr_utility.set_location('g_person_id =' || hr_process_person_ss.g_person_id, 8888);
692:
693: --
694: --
695: if l_assign_payroll_warning then

Line 1953: hr_utility.set_location('Leaving ben_process_cobra_person_ss.create_person ' || hr_process_person_ss.g_person_id, 200);

1949: end if;
1950: --
1951: p_employee_number := l_employee_number;
1952:
1953: hr_utility.set_location('Leaving ben_process_cobra_person_ss.create_person ' || hr_process_person_ss.g_person_id, 200);
1954:
1955: EXCEPTION
1956: when g_data_error then
1957: hr_utility.raise_error;