DBA Data[Home] [Help]

APPS.PQP_GENERIC_EIT_SS dependencies on HR_JAVA_CONV_UTIL_SS

Line 1020: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1016: --hr_utility.trace_off;
1017: EXCEPTION
1018: -- Catch any exception thrown while storing transaction data
1019: WHEN OTHERS THEN
1020: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1021: p_error_message => p_error_message);
1022:
1023:
1024:

Line 1122: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1118:
1119: EXCEPTION
1120: -- Catch any exception thrown while storing transaction data
1121: WHEN OTHERS THEN
1122: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1123: p_error_message => p_error_message);
1124:
1125:
1126: END get_eit_data_from_tt;

Line 1502: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

1498:
1499: EXCEPTION
1500: -- Catch any exception thrown while storing transaction data
1501: WHEN OTHERS THEN
1502: p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
1503: p_error_message => p_error_message);
1504:
1505: END get_eit_data_from_tt;
1506: