DBA Data[Home] [Help]

APPS.HR_CCMGR_SS dependencies on HR_JAVA_CONV_UTIL_SS

Line 447: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

443: and trunc(sysdate) between effective_start_date and effective_end_date;
444:
445: Exception when others then
446: p_status := 'E';
447: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
448: p_attr_name => 'Manager'
449: ,p_app_short_name => 'PER'
450: ,p_message_name => 'HR_CCMGR_USE_MGR_LOV');
451: hr_utility.set_location(l_proc,560);

Line 485: p_ccmgr_tbl(I).p_warning_message := hr_java_conv_util_ss.get_formatted_error_message(

481: x_warning := False;
482: validate_ccmgr_record(p_ccmgr_tbl(I), true, l_eff_date, x_warning);
483: If x_warning Then -- handling api warnings
484: hr_utility.set_location(l_proc ,75);
485: p_ccmgr_tbl(I).p_warning_message := hr_java_conv_util_ss.get_formatted_error_message(
486: p_attr_name => 'OrganizationName'
487: ,p_error_message => p_ccmgr_tbl(I).p_warning_message
488: ,p_app_short_name => 'PER'
489: ,p_message_name => 'PER_289738_CCM_GAPS_CREATED');

Line 501: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

497: l_attrName := getattrName(p_ccmgr_tbl(I).p_error_message);
498: hr_utility.set_location(l_proc,565);
499: If (l_attrName is not null) Then
500: hr_utility.set_location(l_proc,570);
501: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
502: p_attr_name => l_attrName
503: ,p_app_short_name => 'PER'
504: ,p_message_name => p_ccmgr_tbl(I).p_error_message);
505: Else

Line 507: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

503: ,p_app_short_name => 'PER'
504: ,p_message_name => p_ccmgr_tbl(I).p_error_message);
505: Else
506: hr_utility.set_location( l_proc,575);
507: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
508: p_attr_name => 'Manager'
509: ,p_app_short_name => 'ERR'
510: ,p_single_error_message => nvl(fnd_message.get,
511: nvl(hr_utility.get_message,substr(sqlerrm,255))));

Line 633: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(

629: commit;
630: hr_utility.set_location(l_proc || 'Leaving: p_ccmgr_tbl.count Loop' ,120);
631: Exception when others then
632: p_status := 'E';
633: p_ccmgr_tbl(I).p_error_message := hr_java_conv_util_ss.get_formatted_error_message(
634: p_error_message => p_ccmgr_tbl(I).p_error_message
635: ,p_attr_name => 'Manager'
636: ,p_single_error_message => substr(sqlerrm,255));
637: hr_utility.set_location(l_proc ,555);