DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on APP_EXCEPTION

Line 537: when app_exception.application_exception then

533:
534: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
535:
536: exception
537: when app_exception.application_exception then
538: if hr_multi_message.exception_add
539: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.ADMINISTRATOR_PERSON_ID'
540: ) then
541: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 664: when app_exception.application_exception then

660:
661: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
662:
663: exception
664: when app_exception.application_exception then
665: if hr_multi_message.exception_add
666: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.PREVIOUS_PLAN_ID'
667: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.START_DATE'
668: ) then

Line 772: when app_exception.application_exception then

768:
769: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
770:
771: exception
772: when app_exception.application_exception then
773: IF hr_multi_message.exception_add
774: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.START_DATE'
775: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.END_DATE'
776: ) THEN

Line 865: when app_exception.application_exception then

861:
862: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
863:
864: exception
865: when app_exception.application_exception then
866: IF hr_multi_message.exception_add
867: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.STATUS_CODE'
868: ) THEN
869: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 953: when app_exception.application_exception then

949:
950: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
951:
952: exception
953: when app_exception.application_exception then
954: IF hr_multi_message.exception_add
955: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.HIERARCHY_TYPE_CODE'
956: ) THEN
957: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1063: when app_exception.application_exception then

1059:
1060: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1061:
1062: exception
1063: when app_exception.application_exception then
1064: IF hr_multi_message.exception_add
1065: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.SUPERVISOR_ID'
1066: ) THEN
1067: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1174: when app_exception.application_exception then

1170:
1171: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1172:
1173: exception
1174: when app_exception.application_exception then
1175: IF hr_multi_message.exception_add
1176: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.SUPERVISOR_ASSIGNMENT_ID'
1177: ) THEN
1178: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1284: when app_exception.application_exception then

1280:
1281: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1282:
1283: exception
1284: when app_exception.application_exception then
1285: IF hr_multi_message.exception_add
1286: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.ORGANIZATION_STRUCTURE_ID'
1287: ) THEN
1288: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1394: when app_exception.application_exception then

1390:
1391: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1392:
1393: exception
1394: when app_exception.application_exception then
1395: IF hr_multi_message.exception_add
1396: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.ORG_STRUCTURE_VERSION_ID'
1397: ) THEN
1398: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1493: when app_exception.application_exception then

1489:
1490: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1491:
1492: exception
1493: when app_exception.application_exception then
1494: IF hr_multi_message.exception_add
1495: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.ORGANIZATION_STRUCTURE_ID'
1496: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.ORG_STRUCTURE_VERSION_ID'
1497: ) THEN

Line 1609: when app_exception.application_exception then

1605:
1606: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1607:
1608: exception
1609: when app_exception.application_exception then
1610: IF hr_multi_message.exception_add
1611: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.TOP_ORGANIZATION_ID'
1612: ) THEN
1613: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1719: when app_exception.application_exception then

1715:
1716: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1717:
1718: exception
1719: when app_exception.application_exception then
1720: IF hr_multi_message.exception_add
1721: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.POSITION_STRUCTURE_ID'
1722: ) THEN
1723: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1829: when app_exception.application_exception then

1825:
1826: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1827:
1828: exception
1829: when app_exception.application_exception then
1830: IF hr_multi_message.exception_add
1831: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.POS_STRUCTURE_VERSION_ID'
1832: ) THEN
1833: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 1928: when app_exception.application_exception then

1924:
1925: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
1926:
1927: exception
1928: when app_exception.application_exception then
1929: IF hr_multi_message.exception_add
1930: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.POSITION_STRUCTURE_ID'
1931: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.POS_STRUCTURE_VERSION_ID'
1932: ) THEN

Line 2044: when app_exception.application_exception then

2040:
2041: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2042:
2043: exception
2044: when app_exception.application_exception then
2045: IF hr_multi_message.exception_add
2046: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.TOP_POSITION_ID'
2047: ) THEN
2048: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2124: when app_exception.application_exception then

2120:
2121: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2122:
2123: exception
2124: when app_exception.application_exception then
2125: IF hr_multi_message.exception_add
2126: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.HIERARCHY_LEVELS'
2127: ) THEN
2128: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2215: when app_exception.application_exception then

2211:
2212: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2213:
2214: exception
2215: when app_exception.application_exception then
2216: IF hr_multi_message.exception_add
2217: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.AUTOMATIC_ENROLLMENT_FLAG'
2218: ) THEN
2219: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2306: when app_exception.application_exception then

2302:
2303: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2304:
2305: exception
2306: when app_exception.application_exception then
2307: IF hr_multi_message.exception_add
2308: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.ASSIGNMENT_TYPES_CODE'
2309: ) THEN
2310: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2397: when app_exception.application_exception then

2393:
2394: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2395:
2396: exception
2397: when app_exception.application_exception then
2398: IF hr_multi_message.exception_add
2399: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.PRIMARY_ASG_ONLY_FLAG'
2400: ) THEN
2401: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2491: when app_exception.application_exception then

2487:
2488: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2489:
2490: exception
2491: when app_exception.application_exception then
2492: IF hr_multi_message.exception_add
2493: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.PRIMARY_ASG_ONLY_FLAG'
2494: ) THEN
2495: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2618: when app_exception.application_exception then

2614:
2615: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2616:
2617: exception
2618: when app_exception.application_exception then
2619: IF hr_multi_message.exception_add
2620: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.INCLUDE_OBJ_SETTING_FLAG'
2621: ) THEN
2622: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 2706: when app_exception.application_exception then

2702:
2703: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2704:
2705: exception
2706: when app_exception.application_exception then
2707: IF hr_multi_message.exception_add
2708: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.OBJ_SETTING_START_DATE'
2709: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.OBJ_SETTING_DEADLINE'
2710: ) THEN

Line 2808: when app_exception.application_exception then

2804:
2805: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2806:
2807: exception
2808: when app_exception.application_exception then
2809: IF hr_multi_message.exception_add
2810: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.OBJ_SETTING_DEADLINE'
2811: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.END_DATE'
2812: ,p_associated_column3 => 'PER_PERF_MGMT_PLANS.END_DATE'

Line 2899: when app_exception.application_exception then

2895:
2896: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2897:
2898: exception
2899: when app_exception.application_exception then
2900: IF hr_multi_message.exception_add
2901: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.OBJ_SETTING_START_DATE'
2902: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.START_DATE'
2903: ) THEN

Line 2993: when app_exception.application_exception then

2989:
2990: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
2991:
2992: exception
2993: when app_exception.application_exception then
2994: IF hr_multi_message.exception_add
2995: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.OBJ_SET_OUTSIDE_PERIOD_FLAG'
2996: ) THEN
2997: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3084: when app_exception.application_exception then

3080:
3081: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3082:
3083: exception
3084: when app_exception.application_exception then
3085: IF hr_multi_message.exception_add
3086: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.METHOD_CODE'
3087: ) THEN
3088: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3175: when app_exception.application_exception then

3171:
3172: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3173:
3174: exception
3175: when app_exception.application_exception then
3176: IF hr_multi_message.exception_add
3177: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.NOTIFY_POPULATION_FLAG'
3178: ) THEN
3179: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3266: when app_exception.application_exception then

3262:
3263: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3264:
3265: exception
3266: when app_exception.application_exception then
3267: IF hr_multi_message.exception_add
3268: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.AUTOMATIC_ALLOCATION_FLAG'
3269: ) THEN
3270: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3357: when app_exception.application_exception then

3353:
3354: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3355:
3356: exception
3357: when app_exception.application_exception then
3358: IF hr_multi_message.exception_add
3359: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.COPY_PAST_OBJECTIVES_FLAG'
3360: ) THEN
3361: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3448: when app_exception.application_exception then

3444:
3445: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3446:
3447: exception
3448: when app_exception.application_exception then
3449: IF hr_multi_message.exception_add
3450: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.SHARING_ALIGNMENT_TASK_FLAG'
3451: ) THEN
3452: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3539: when app_exception.application_exception then

3535:
3536: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3537:
3538: exception
3539: when app_exception.application_exception then
3540: IF hr_multi_message.exception_add
3541: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.INCLUDE_APPRAISALS_FLAG'
3542: ) THEN
3543: hr_utility.set_location(' Leaving:'||l_proc, 980);

Line 3604: when app_exception.application_exception then

3600:
3601: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3602:
3603: exception
3604: when app_exception.application_exception then
3605: IF hr_multi_message.exception_add
3606: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.START_DATE'
3607: ,p_associated_column2 => 'PER_PERF_MGMT_PLANS.END_DATE'
3608: ,p_associated_column3 => 'PER_PERF_MGMT_PLANS.STATUS_CODE'

Line 3666: when app_exception.application_exception then

3662:
3663: IF g_debug THEN hr_utility.set_location('Leaving:'|| l_proc, 970); END IF;
3664:
3665: exception
3666: when app_exception.application_exception then
3667: IF hr_multi_message.exception_add
3668: (p_associated_column1 => 'PER_PERF_MGMT_PLANS.STATUS_CODE'
3669: ) THEN
3670: hr_utility.set_location(' Leaving:'||l_proc, 980);