DBA Data[Home] [Help]

APPS.BEN_PROCESS_COBRA_PERSON_SS dependencies on HR_UTILITY

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 710: when hr_utility.hr_error then

706: end if;
707: --
708: --
709: EXCEPTION
710: when hr_utility.hr_error then
711: -- -----------------------------------------------------------------+
712: -- An application error has been raised by the API so we must set
713: -- the error.
714: -- -----------------------------------------------------------------+

Line 1085: hr_utility.set_location('Leaving ben_process_cobra_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);

1081: ,p_name_combination_warning => l_name_combination_warning -- out boolean
1082: ,p_orig_hire_warning => l_orig_hire_warning -- out boolean
1083: );
1084: --
1085: hr_utility.set_location('Leaving ben_process_cobra_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);
1086: prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
1087: ben_assignment_api.create_ben_asg
1088: (p_validate => l_validate --in boolean default false
1089: ,p_event_mode => false

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;

Line 1957: hr_utility.raise_error;

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;
1958:
1959: when others then
1960: -- NOCOPY Changes
1961: p_person_id := null;

Line 1976: fnd_msg_pub.add; --hr_utility.raise_error;

1972: p_assign_payroll_warning := null;
1973: p_orig_hire_warning := null;
1974: -- NOCOPY Changes
1975: -- Bug 2149113
1976: fnd_msg_pub.add; --hr_utility.raise_error;
1977: p_return_status := 'N';
1978: --End 2149113
1979: END create_person;
1980: --