DBA Data[Home] [Help]

APPS.HR_COMP_OUTCOME_PROFILE_SS dependencies on HR_JAVA_CONV_UTIL_SS

Line 1607: p_error_message := hr_java_conv_util_ss.get_formatted_error_message

1603: --
1604: EXCEPTION
1605: When others then
1606: hr_utility.set_location(' Entering:' || l_proc,40);
1607: p_error_message := hr_java_conv_util_ss.get_formatted_error_message
1608: (p_error_message => p_error_message,
1609: p_attr_name => 'DateFrom',
1610: p_app_short_name => 'PER',
1611: P_SINGLE_ERROR_MESSAGE => SQLERRM ||' '||to_char(SQLCODE));

Line 1634: p_error_message := hr_java_conv_util_ss.get_formatted_error_message

1630: --
1631: EXCEPTION
1632: When others then
1633: hr_utility.set_location(' Entering:' || l_proc,80);
1634: p_error_message := hr_java_conv_util_ss.get_formatted_error_message
1635: (p_error_message => p_error_message,
1636: p_attr_name => 'EndDate',
1637: p_app_short_name => 'PER',
1638: P_SINGLE_ERROR_MESSAGE => SQLERRM ||' '||to_char(SQLCODE));