DBA Data[Home] [Help]

APPS.PER_PML_BUS dependencies on APP_EXCEPTION

Line 443: when app_exception.application_exception then

439:
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

Line 532: when app_exception.application_exception then

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

Line 620: when app_exception.application_exception then

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

Line 713: when app_exception.application_exception then

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

Line 823: when app_exception.application_exception then

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

Line 916: when app_exception.application_exception then

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

Line 1011: when app_exception.application_exception then

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

Line 1106: when app_exception.application_exception then

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

Line 1217: when app_exception.application_exception then

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

Line 1328: when app_exception.application_exception then

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

Line 1421: when app_exception.application_exception then

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

Line 1481: when app_exception.application_exception then

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

Line 1538: when app_exception.application_exception then

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