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 1651: (p_validate => hr_java_conv_util_ss.get_boolean (

1647: 'hr_process_eit_ss.create_eit' ||
1648: ' p_eit_type '||p_eit_type);
1649:
1650: hr_person_extra_info_api.create_person_extra_info
1651: (p_validate => hr_java_conv_util_ss.get_boolean (
1652: p_number => p_validate)
1653: ,p_person_id => l_eit_type_id
1654: ,p_information_type => p_information_type
1655: ,p_pei_attribute_category => p_attribute_category

Line 1728: (p_validate => hr_java_conv_util_ss.get_boolean (

1724: 'hr_process_eit_ss.create_eit' ||
1725: ' p_eit_type '||p_eit_type);
1726:
1727: hr_assignment_extra_info_api.create_assignment_extra_info
1728: (p_validate => hr_java_conv_util_ss.get_boolean (
1729: p_number => p_validate)
1730: ,p_assignment_id => l_eit_type_id
1731: ,p_information_type => p_information_type
1732: ,p_aei_attribute_category => p_attribute_category

Line 1818: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1814: EXCEPTION
1815:
1816: WHEN OTHERS THEN
1817: hr_utility.set_location('Exception:Others'||l_proc,555);
1818: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1819: p_error_message => p_error_message);
1820: hr_utility.trace(
1821: 'hr_process_eit_ss.create_eit' ||
1822: ' l_error_message: '||p_error_message ||' '|| sqlerrm );

Line 2013: (p_validate => hr_java_conv_util_ss.get_boolean (

2009:
2010: hr_utility.trace('p_eit_type = PERSON:'||l_proc);
2011:
2012: hr_person_extra_info_api.update_person_extra_info
2013: (p_validate => hr_java_conv_util_ss.get_boolean (
2014: p_number => p_validate)
2015: ,p_person_extra_info_id => p_extra_info_id
2016: ,p_object_version_number => p_object_version_number
2017: ,p_pei_attribute_category => p_attribute_category

Line 2078: (p_validate => hr_java_conv_util_ss.get_boolean (

2074: elsif p_eit_type = 'ASSIGNMENT' then
2075: hr_utility.trace('p_eit_type=ASSIGNMENT:'||l_proc);
2076:
2077: hr_assignment_extra_info_api.update_assignment_extra_info
2078: (p_validate => hr_java_conv_util_ss.get_boolean (
2079: p_number => p_validate)
2080: ,p_assignment_extra_info_id => p_extra_info_id
2081: ,p_object_version_number => p_object_version_number
2082: ,p_aei_attribute_category => p_attribute_category

Line 2145: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

2141:
2142: EXCEPTION
2143: WHEN OTHERS THEN
2144: hr_utility.set_location('Exception:Others'||l_proc,555);
2145: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
2146: p_error_message => p_error_message);
2147:
2148: hr_utility.trace(
2149: 'hr_process_eit_ss.create_eit' ||

Line 2197: (p_validate => hr_java_conv_util_ss.get_boolean (

2193: --
2194: IF p_eit_type = 'PERSON' THEN
2195: hr_utility.trace('p_eit_type = PERSON'||l_proc);
2196: hr_person_extra_info_api.delete_person_extra_info
2197: (p_validate => hr_java_conv_util_ss.get_boolean (
2198: p_number => p_validate)
2199: ,p_person_extra_info_id => p_extra_info_id
2200: ,p_object_version_number => p_object_version_number
2201: );

Line 2206: (p_validate => hr_java_conv_util_ss.get_boolean (

2202: ELSIF p_eit_type = 'ASSIGNMENT' THEN
2203:
2204: hr_utility.trace('p_eit_type=ASSIGNMENT:'||l_proc);
2205: hr_assignment_extra_info_api.DELETE_ASSIGNMENT_EXTRA_INFO
2206: (p_validate => hr_java_conv_util_ss.get_boolean (
2207: p_number => p_validate)
2208: ,p_assignment_extra_info_id => p_extra_info_id
2209: ,p_object_version_number => p_object_version_number
2210: );

Line 2219: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

2215:
2216: EXCEPTION
2217: WHEN OTHERS THEN
2218: hr_utility.set_location('Exception:Others'||l_proc,555);
2219: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
2220: p_error_message => p_error_message);
2221: --
2222: -- A validation or unexpected error has occurred
2223: --