DBA Data[Home] [Help]

APPS.PER_PML_BUS dependencies on HR_MULTI_MESSAGE

Line 345: if(hr_multi_message.is_message_list_enabled) then

341: exit when chk_objective_name%NOTFOUND;
342: fnd_message.set_name('PER','HR_50181_WPM_OBJ_EXIST_WARN');
343: fnd_message.set_token('START_DATE',l_st_date);
344: fnd_message.set_token('END_DATE',l_end_date);
345: if(hr_multi_message.is_message_list_enabled) then
346: hr_multi_message.add
347: (
348: p_message_type => hr_multi_message.G_ERROR_MSG
349: );

Line 346: hr_multi_message.add

342: fnd_message.set_name('PER','HR_50181_WPM_OBJ_EXIST_WARN');
343: fnd_message.set_token('START_DATE',l_st_date);
344: fnd_message.set_token('END_DATE',l_end_date);
345: if(hr_multi_message.is_message_list_enabled) then
346: hr_multi_message.add
347: (
348: p_message_type => hr_multi_message.G_ERROR_MSG
349: );
350: end if;

Line 348: p_message_type => hr_multi_message.G_ERROR_MSG

344: fnd_message.set_token('END_DATE',l_end_date);
345: if(hr_multi_message.is_message_list_enabled) then
346: hr_multi_message.add
347: (
348: p_message_type => hr_multi_message.G_ERROR_MSG
349: );
350: end if;
351: l_dup:='Y';
352: fetch chk_objective_name into l_dup,l_st_date,l_end_date;

Line 444: if hr_multi_message.exception_add

440: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
441:
442: exception
443: when app_exception.application_exception then
444: if hr_multi_message.exception_add
445: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.VALID_FROM'
446: ,p_associated_column2 => 'PER_OBJECTIVES_LIBRARY.VALID_TO'
447: ) then
448: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 533: if hr_multi_message.exception_add

529: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
530:
531: exception
532: when app_exception.application_exception then
533: if hr_multi_message.exception_add
534: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.GROUP_CODE'
535: ) then
536: hr_utility.set_location(' Leaving:'||l_proc, 980);
537: raise;

Line 621: if hr_multi_message.exception_add

617: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
618:
619: exception
620: when app_exception.application_exception then
621: if hr_multi_message.exception_add
622: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.PRIORITY_CODE'
623: ) then
624: hr_utility.set_location(' Leaving:'||l_proc, 980);
625: raise;

Line 714: if hr_multi_message.exception_add

710: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
711:
712: exception
713: when app_exception.application_exception then
714: if hr_multi_message.exception_add
715: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.APPRAISE_FLAG'
716: ) then
717: hr_utility.set_location(' Leaving:'||l_proc, 980);
718: raise;

Line 796: if hr_multi_message.no_exclusive_error

792: IF g_debug THEN hr_utility.set_location(l_proc, 30); END IF;
793: --
794: -- Warn if the objective is not marked for appraisal.
795: --
796: if hr_multi_message.no_exclusive_error
797: (p_check_column1 => 'PER_OBJECTIVES_LIBRARY.APPRAISE_FLAG'
798: ,p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.APPRAISE_FLAG'
799: ) then
800: p_weighting_appraisal_warning := (p_appraise_flag = 'N');

Line 824: if hr_multi_message.exception_add

820: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
821:
822: exception
823: when app_exception.application_exception then
824: if hr_multi_message.exception_add
825: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.WEIGHTING_PERCENT'
826: ) then
827: hr_utility.set_location(' Leaving:'||l_proc, 980);
828: raise;

Line 917: if hr_multi_message.exception_add

913: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
914:
915: exception
916: when app_exception.application_exception then
917: if hr_multi_message.exception_add
918: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
919: ) then
920: hr_utility.set_location(' Leaving:'||l_proc, 980);
921: raise;

Line 990: if hr_multi_message.no_exclusive_error

986: END IF;
987:
988: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
989:
990: if hr_multi_message.no_exclusive_error
991: (p_check_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
992: ,p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
993: ) then
994:

Line 1012: if hr_multi_message.exception_add

1008: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1009:
1010: exception
1011: when app_exception.application_exception then
1012: if hr_multi_message.exception_add
1013: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASURE_NAME'
1014: ) then
1015: hr_utility.set_location(' Leaving:'||l_proc, 980);
1016: raise;

Line 1085: if hr_multi_message.no_exclusive_error

1081: END IF;
1082:
1083: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1084:
1085: if hr_multi_message.no_exclusive_error
1086: (p_check_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1087: ,p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1088: ) then
1089:

Line 1107: if hr_multi_message.exception_add

1103: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1104:
1105: exception
1106: when app_exception.application_exception then
1107: if hr_multi_message.exception_add
1108: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.TARGET_VALUE'
1109: ) then
1110: hr_utility.set_location(' Leaving:'||l_proc, 980);
1111: raise;

Line 1179: if hr_multi_message.no_exclusive_error

1175: END IF;
1176:
1177: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1178:
1179: if hr_multi_message.no_exclusive_error
1180: (p_check_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1181: ,p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1182: ) then
1183:

Line 1218: if hr_multi_message.exception_add

1214: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1215:
1216: exception
1217: when app_exception.application_exception then
1218: if hr_multi_message.exception_add
1219: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.UOM_CODE'
1220: ) then
1221: hr_utility.set_location(' Leaving:'||l_proc, 980);
1222: raise;

Line 1290: if hr_multi_message.no_exclusive_error

1286: END IF;
1287:
1288: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1289:
1290: if hr_multi_message.no_exclusive_error
1291: (p_check_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1292: ,p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASUREMENT_STYLE_CODE'
1293: ) then
1294:

Line 1329: if hr_multi_message.exception_add

1325: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1326:
1327: exception
1328: when app_exception.application_exception then
1329: if hr_multi_message.exception_add
1330: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.MEASURE_TYPE_CODE'
1331: ) then
1332: hr_utility.set_location(' Leaving:'||l_proc, 980);
1333: raise;

Line 1422: if hr_multi_message.exception_add

1418: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1419:
1420: exception
1421: when app_exception.application_exception then
1422: if hr_multi_message.exception_add
1423: (p_associated_column1 => 'PER_OBJECTIVES_LIBRARY.ELIGIBILITY_TYPE_CODE'
1424: ) then
1425: hr_utility.set_location(' Leaving:'||l_proc, 980);
1426: raise;

Line 1482: if hr_multi_message.exception_add

1478: hr_utility.set_location(' Leaving:'||l_proc, 10);
1479: --
1480: exception
1481: when app_exception.application_exception then
1482: if hr_multi_message.exception_add
1483: (p_associated_column1 => 'PER_OBJECTIVES.NEXT_REVIEW_DATE'
1484: ) then
1485: raise;
1486: end if;

Line 1539: if hr_multi_message.exception_add

1535: hr_utility.set_location(' Leaving:'||l_proc, 10);
1536: --
1537: exception
1538: when app_exception.application_exception then
1539: if hr_multi_message.exception_add
1540: (p_associated_column1 => 'PER_OBJECTIVES.target_date'
1541: ) then
1542: raise;
1543: end if;