DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on APP_EXCEPTION

Line 150: when app_exception.application_exception then

146: --
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;

Line 218: when app_exception.application_exception then

214: --
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;

Line 390: when app_exception.application_exception then

386: --
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;

Line 448: when app_exception.application_exception then

444: --
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;

Line 505: when app_exception.application_exception then

501: --
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;

Line 616: when app_exception.application_exception then

612: --
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;

Line 715: when app_exception.application_exception then

711: end if;
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;

Line 801: when app_exception.application_exception then

797:
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);

Line 889: when app_exception.application_exception then

885:
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);

Line 985: when app_exception.application_exception then

981:
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);

Line 1072: when app_exception.application_exception then

1068:
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);

Line 1189: when app_exception.application_exception then

1185:
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);

Line 1286: when app_exception.application_exception then

1282:
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);

Line 1381: when app_exception.application_exception then

1377:
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);

Line 1476: when app_exception.application_exception then

1472:
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);

Line 1587: when app_exception.application_exception then

1583:
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);

Line 1698: when app_exception.application_exception then

1694:
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);

Line 1788: WHEN app_exception.application_exception THEN

1784: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
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);

Line 1883: when app_exception.application_exception then

1879: --
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;

Line 1973: when app_exception.application_exception then

1969: --
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;

Line 2188: WHEN app_exception.application_exception THEN

2184: --
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;

Line 2246: when app_exception.application_exception then

2242: --
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;

Line 2333: when app_exception.application_exception then

2329: end if;
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;