DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on HR_MULTI_MESSAGE

Line 151: if hr_multi_message.exception_add

147: hr_utility.set_location('Leaving: '|| l_proc, 10);
148: --
149: exception
150: when app_exception.application_exception then
151: if hr_multi_message.exception_add
152: (p_associated_column1 => 'PER_OBJECTIVES.APPRAISAL_ID'
153: ) then
154: raise;
155: end if;

Line 219: if hr_multi_message.exception_add

215: hr_utility.set_location('Leaving: '|| l_proc, 10);
216: --
217: exception
218: when app_exception.application_exception then
219: if hr_multi_message.exception_add
220: (p_associated_column1 => 'PER_OBJECTIVES.APPRAISAL_ID'
221: ) then
222: raise;
223: end if;

Line 391: if hr_multi_message.exception_add

387: hr_utility.set_location('Leaving: '|| l_proc, 10);
388: --
389: exception
390: when app_exception.application_exception then
391: if hr_multi_message.exception_add
392: (p_associated_column1 => 'PER_OBJECTIVES.OWNING_PERSON_ID'
393: ) then
394: raise;
395: end if;

Line 449: if hr_multi_message.exception_add

445: hr_utility.set_location(' Leaving:'||l_proc, 10);
446: --
447: exception
448: when app_exception.application_exception then
449: if hr_multi_message.exception_add
450: (p_associated_column1 => 'PER_OBJECTIVES.NEXT_REVIEW_DATE'
451: ) then
452: raise;
453: end if;

Line 506: if hr_multi_message.exception_add

502: hr_utility.set_location(' Leaving:'||l_proc, 10);
503: --
504: exception
505: when app_exception.application_exception then
506: if hr_multi_message.exception_add
507: (p_associated_column1 => 'PER_OBJECTIVES.TARGET_DATE'
508: ) then
509: raise;
510: end if;

Line 617: if hr_multi_message.exception_add

613: hr_utility.set_location(' Leaving:'||l_proc, 15);
614: --
615: exception
616: when app_exception.application_exception then
617: if hr_multi_message.exception_add
618: (p_associated_column1 => 'PER_OBJECTIVES.ACHIEVEMENT_DATE'
619: ) then
620: raise;
621: end if;

Line 716: if hr_multi_message.exception_add

712: --
713: hr_utility.set_location('Leaving: '|| l_proc, 10);
714: exception
715: when app_exception.application_exception then
716: if hr_multi_message.exception_add
717: (p_associated_column1 => 'PER_OBJECTIVES.OBJECTIVE_ID'
718: ) then
719: raise;
720: end if;

Line 802: if hr_multi_message.exception_add

798: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
799:
800: exception
801: when app_exception.application_exception then
802: if hr_multi_message.exception_add
803: (p_associated_column1 => 'PER_OBJECTIVES.GROUP_CODE'
804: ) then
805: hr_utility.set_location(' Leaving:'||l_proc, 980);
806: raise;

Line 890: if hr_multi_message.exception_add

886: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
887:
888: exception
889: when app_exception.application_exception then
890: if hr_multi_message.exception_add
891: (p_associated_column1 => 'PER_OBJECTIVES.PRIORITY_CODE'
892: ) then
893: hr_utility.set_location(' Leaving:'||l_proc, 980);
894: raise;

Line 986: if hr_multi_message.exception_add

982: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
983:
984: exception
985: when app_exception.application_exception then
986: if hr_multi_message.exception_add
987: (p_associated_column1 => 'PER_OBJECTIVES.APPRAISE_FLAG'
988: ) then
989: hr_utility.set_location(' Leaving:'||l_proc, 980);
990: raise;

Line 1073: if hr_multi_message.exception_add

1069: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1070:
1071: exception
1072: when app_exception.application_exception then
1073: if hr_multi_message.exception_add
1074: (p_associated_column1 => 'PER_OBJECTIVES.COMPLETE_PERCENT'
1075: ) then
1076: hr_utility.set_location(' Leaving:'||l_proc, 980);
1077: raise;

Line 1157: if hr_multi_message.no_exclusive_error

1153: IF g_debug THEN hr_utility.set_location(l_proc, 30); END IF;
1154: --
1155: -- Warn if the objective is not marked for appraisal.
1156: --
1157: if hr_multi_message.no_exclusive_error
1158: (p_check_column1 => 'PER_OBJECTIVES.APPRAISE_FLAG'
1159: ,p_associated_column1 => 'PER_OBJECTIVES.APPRAISE_FLAG'
1160: ) then
1161: p_weighting_appraisal_warning := (p_appraise_flag = 'N');

Line 1190: if hr_multi_message.exception_add

1186: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1187:
1188: exception
1189: when app_exception.application_exception then
1190: if hr_multi_message.exception_add
1191: (p_associated_column1 => 'PER_OBJECTIVES.WEIGHTING_PERCENT'
1192: ) then
1193: hr_utility.set_location(' Leaving:'||l_proc, 980);
1194: raise;

Line 1287: if hr_multi_message.exception_add

1283: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1284:
1285: exception
1286: when app_exception.application_exception then
1287: if hr_multi_message.exception_add
1288: (p_associated_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1289: ) then
1290: hr_utility.set_location(' Leaving:'||l_proc, 980);
1291: raise;

Line 1360: if hr_multi_message.no_exclusive_error

1356: END IF;
1357:
1358: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1359:
1360: if hr_multi_message.no_exclusive_error
1361: (p_check_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1362: ,p_associated_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1363: ) then
1364:

Line 1382: if hr_multi_message.exception_add

1378: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1379:
1380: exception
1381: when app_exception.application_exception then
1382: if hr_multi_message.exception_add
1383: (p_associated_column1 => 'PER_OBJECTIVES.MEASURE_NAME'
1384: ) then
1385: hr_utility.set_location(' Leaving:'||l_proc, 980);
1386: raise;

Line 1455: if hr_multi_message.no_exclusive_error

1451: END IF;
1452:
1453: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1454:
1455: if hr_multi_message.no_exclusive_error
1456: (p_check_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1457: ,p_associated_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1458: ) then
1459:

Line 1477: if hr_multi_message.exception_add

1473: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1474:
1475: exception
1476: when app_exception.application_exception then
1477: if hr_multi_message.exception_add
1478: (p_associated_column1 => 'PER_OBJECTIVES.TARGET_VALUE'
1479: ) then
1480: hr_utility.set_location(' Leaving:'||l_proc, 980);
1481: raise;

Line 1549: if hr_multi_message.no_exclusive_error

1545: END IF;
1546:
1547: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1548:
1549: if hr_multi_message.no_exclusive_error
1550: (p_check_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1551: ,p_associated_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1552: ) then
1553:

Line 1588: if hr_multi_message.exception_add

1584: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1585:
1586: exception
1587: when app_exception.application_exception then
1588: if hr_multi_message.exception_add
1589: (p_associated_column1 => 'PER_OBJECTIVES.UOM_CODE'
1590: ) then
1591: hr_utility.set_location(' Leaving:'||l_proc, 980);
1592: raise;

Line 1660: if hr_multi_message.no_exclusive_error

1656: END IF;
1657:
1658: IF g_debug THEN hr_utility.set_location(l_proc, 20); END IF;
1659:
1660: if hr_multi_message.no_exclusive_error
1661: (p_check_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1662: ,p_associated_column1 => 'PER_OBJECTIVES.MEASUREMENT_STYLE_CODE'
1663: ) then
1664:

Line 1699: if hr_multi_message.exception_add

1695: IF g_debug THEN hr_utility.set_location(' Leaving:'|| l_proc, 970); END IF;
1696:
1697: exception
1698: when app_exception.application_exception then
1699: if hr_multi_message.exception_add
1700: (p_associated_column1 => 'PER_OBJECTIVES.MEASURE_TYPE_CODE'
1701: ) then
1702: hr_utility.set_location(' Leaving:'||l_proc, 980);
1703: raise;

Line 1789: IF hr_multi_message.exception_add

1785:
1786: EXCEPTION
1787:
1788: WHEN app_exception.application_exception THEN
1789: IF hr_multi_message.exception_add
1790: (p_associated_column1 => 'PER_OBJECTIVES.SCORECARD_ID')
1791: THEN
1792: hr_utility.set_location(' Leaving:'|| l_proc, 980);
1793: RAISE;

Line 1884: if hr_multi_message.exception_add

1880: hr_utility.set_location('Leaving: '|| l_proc, 10);
1881: --
1882: exception
1883: when app_exception.application_exception then
1884: if hr_multi_message.exception_add
1885: (p_associated_column1 => 'PER_OBJECTIVES.COPIED_FROM_LIBRARY_ID'
1886: ) then
1887: raise;
1888: end if;

Line 1974: if hr_multi_message.exception_add

1970: hr_utility.set_location('Leaving: '|| l_proc, 10);
1971: --
1972: exception
1973: when app_exception.application_exception then
1974: if hr_multi_message.exception_add
1975: (p_associated_column1 => 'PER_OBJECTIVES.COPIED_FROM_OBJECTIVE_ID'
1976: ) then
1977: raise;
1978: end if;

Line 2189: IF hr_multi_message.exception_add

2185: hr_utility.set_location('Leaving: '|| l_proc, 10);
2186: --
2187: EXCEPTION
2188: WHEN app_exception.application_exception THEN
2189: IF hr_multi_message.exception_add
2190: (p_associated_column1 => 'PER_OBJECTIVES.ALIGNED_WITH_OBJECTIVE_ID'
2191: ) THEN
2192: RAISE;
2193: END IF;

Line 2247: if hr_multi_message.exception_add

2243: hr_utility.set_location('Leaving: '|| l_proc, 10);
2244: --
2245: exception
2246: when app_exception.application_exception then
2247: if hr_multi_message.exception_add
2248: (p_associated_column1 => 'PER_OBJECTIVES.COPIED_FROM_OBJECTIVE_ID'
2249: ) then
2250: raise;
2251: end if;

Line 2334: if hr_multi_message.exception_add

2330: hr_utility.set_location('Leaving: '|| l_proc, 10);
2331: --
2332: exception
2333: when app_exception.application_exception then
2334: if hr_multi_message.exception_add
2335: (p_associated_column1 => 'PER_OBJECTIVES.SHARING_ACCESS_CODE'
2336: ) then
2337: raise;
2338: end if;

Line 2542: hr_multi_message.end_validation_set;

2538: hr_api.validate_bus_grp_id(p_rec.business_group_id
2539: ,p_associated_column1 => per_obj_shd.g_tab_nam ||
2540: '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
2541:
2542: hr_multi_message.end_validation_set;
2543: --
2544: -- check if the name column has been entered
2545: if (p_rec.name is NULL) then
2546: hr_utility.set_message(801, 'HR_52062_OBJ_NAME_NULL');

Line 2813: hr_multi_message.end_validation_set;

2809: ,p_associated_column1 => per_obj_shd.g_tab_nam ||
2810: '.BUSINESS_GROUP_ID'
2811: );
2812:
2813: hr_multi_message.end_validation_set;
2814:
2815: --
2816: -- Rule Check non-updateable fields cannot be updated
2817: --