DBA Data[Home] [Help]

APPS.HR_PROCESS_EIT_SS dependencies on HR_JAVA_CONV_UTIL_SS

Line 510: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

506: EXCEPTION
507: -- Catch any exception thrown while storing transaction data
508: WHEN OTHERS THEN
509: hr_utility.set_location('Exception:Others'||l_proc,555);
510: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
511: p_error_message => p_error_message);
512:
513: hr_utility.trace('hr_process_eit_ss.get_eit_data_from_tt' ||
514: ' p_error_message: '||p_error_message);

Line 622: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

618: EXCEPTION
619: -- Catch any exception thrown while storing transaction data
620: WHEN OTHERS THEN
621: hr_utility.set_location('Exception:Others'||l_proc,555);
622: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
623: p_error_message => p_error_message);
624: hr_utility.trace(
625: 'hr_process_eit_ss.get_eit_data_from_tt' ||
626: ' p_error_message: '||p_error_message);

Line 1034: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1030: EXCEPTION
1031: -- Catch any exception thrown while storing transaction data
1032: WHEN OTHERS THEN
1033: hr_utility.set_location('Exception:Others'||l_proc,555);
1034: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1035: p_error_message => p_error_message);
1036:
1037: END get_eit_data_from_tt;
1038:

Line 1606: (p_validate => hr_java_conv_util_ss.get_boolean (

1602: 'hr_process_eit_ss.create_eit' ||
1603: ' p_eit_type '||p_eit_type);
1604:
1605: hr_person_extra_info_api.create_person_extra_info
1606: (p_validate => hr_java_conv_util_ss.get_boolean (
1607: p_number => p_validate)
1608: ,p_person_id => l_eit_type_id
1609: ,p_information_type => p_information_type
1610: ,p_pei_attribute_category => p_attribute_category

Line 1683: (p_validate => hr_java_conv_util_ss.get_boolean (

1679: 'hr_process_eit_ss.create_eit' ||
1680: ' p_eit_type '||p_eit_type);
1681:
1682: hr_assignment_extra_info_api.create_assignment_extra_info
1683: (p_validate => hr_java_conv_util_ss.get_boolean (
1684: p_number => p_validate)
1685: ,p_assignment_id => l_eit_type_id
1686: ,p_information_type => p_information_type
1687: ,p_aei_attribute_category => p_attribute_category

Line 1773: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1769: EXCEPTION
1770:
1771: WHEN OTHERS THEN
1772: hr_utility.set_location('Exception:Others'||l_proc,555);
1773: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1774: p_error_message => p_error_message);
1775: hr_utility.trace(
1776: 'hr_process_eit_ss.create_eit' ||
1777: ' l_error_message: '||p_error_message ||' '|| sqlerrm );

Line 1968: (p_validate => hr_java_conv_util_ss.get_boolean (

1964:
1965: hr_utility.trace('p_eit_type = PERSON:'||l_proc);
1966:
1967: hr_person_extra_info_api.update_person_extra_info
1968: (p_validate => hr_java_conv_util_ss.get_boolean (
1969: p_number => p_validate)
1970: ,p_person_extra_info_id => p_extra_info_id
1971: ,p_object_version_number => p_object_version_number
1972: ,p_pei_attribute_category => p_attribute_category

Line 2033: (p_validate => hr_java_conv_util_ss.get_boolean (

2029: elsif p_eit_type = 'ASSIGNMENT' then
2030: hr_utility.trace('p_eit_type=ASSIGNMENT:'||l_proc);
2031:
2032: hr_assignment_extra_info_api.update_assignment_extra_info
2033: (p_validate => hr_java_conv_util_ss.get_boolean (
2034: p_number => p_validate)
2035: ,p_assignment_extra_info_id => p_extra_info_id
2036: ,p_object_version_number => p_object_version_number
2037: ,p_aei_attribute_category => p_attribute_category

Line 2100: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

2096:
2097: EXCEPTION
2098: WHEN OTHERS THEN
2099: hr_utility.set_location('Exception:Others'||l_proc,555);
2100: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
2101: p_error_message => p_error_message);
2102:
2103: hr_utility.trace(
2104: 'hr_process_eit_ss.create_eit' ||

Line 2152: (p_validate => hr_java_conv_util_ss.get_boolean (

2148: --
2149: IF p_eit_type = 'PERSON' THEN
2150: hr_utility.trace('p_eit_type = PERSON'||l_proc);
2151: hr_person_extra_info_api.delete_person_extra_info
2152: (p_validate => hr_java_conv_util_ss.get_boolean (
2153: p_number => p_validate)
2154: ,p_person_extra_info_id => p_extra_info_id
2155: ,p_object_version_number => p_object_version_number
2156: );

Line 2161: (p_validate => hr_java_conv_util_ss.get_boolean (

2157: ELSIF p_eit_type = 'ASSIGNMENT' THEN
2158:
2159: hr_utility.trace('p_eit_type=ASSIGNMENT:'||l_proc);
2160: hr_assignment_extra_info_api.DELETE_ASSIGNMENT_EXTRA_INFO
2161: (p_validate => hr_java_conv_util_ss.get_boolean (
2162: p_number => p_validate)
2163: ,p_assignment_extra_info_id => p_extra_info_id
2164: ,p_object_version_number => p_object_version_number
2165: );

Line 2174: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

2170:
2171: EXCEPTION
2172: WHEN OTHERS THEN
2173: hr_utility.set_location('Exception:Others'||l_proc,555);
2174: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
2175: p_error_message => p_error_message);
2176: --
2177: -- A validation or unexpected error has occurred
2178: --