DBA Data[Home] [Help]

APPS.PAY_TDF_BUS dependencies on APP_EXCEPTION

Line 590: when app_exception.application_exception then

586: hr_utility.set_location(' Leaving:'||l_proc, 10);
587:
588: exception
589:
590: when app_exception.application_exception then
591: if hr_multi_message.exception_add
592: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.NUMBER_OF_YEARS') then
593: raise;
594: end if;

Line 717: when app_exception.application_exception then

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

Line 835: when app_exception.application_exception then

831: hr_utility.set_location(' Leaving:'||l_proc, 10);
832:
833: exception
834:
835: when app_exception.application_exception then
836: if hr_multi_message.exception_add
837: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TYPE') then
838: raise;
839: end if;

Line 918: when app_exception.application_exception then

914: hr_utility.set_location(' Leaving:'||l_proc, 10);
915:
916: exception
917:
918: when app_exception.application_exception then
919: if hr_multi_message.exception_add
920: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_UNIT') then
921: raise;
922: end if;

Line 997: when app_exception.application_exception then

993: hr_utility.set_location(' Leaving:'||l_proc, 10);
994:
995: exception
996:
997: when app_exception.application_exception then
998: if hr_multi_message.exception_add
999: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DAY_ADJUSTMENT') then
1000: raise;
1001: end if;

Line 1085: when app_exception.application_exception then

1081: hr_utility.set_location(' Leaving:'||l_proc, 10);
1082:
1083: exception
1084:
1085: when app_exception.application_exception then
1086: if hr_multi_message.exception_add
1087: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.START_DATE') then
1088: raise;
1089: end if;

Line 1214: when app_exception.application_exception then

1210: hr_utility.set_location(' Leaving:'||l_proc, 10);
1211:
1212: exception
1213:
1214: when app_exception.application_exception then
1215: if hr_multi_message.exception_add
1216: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TIME_DEFINITION_ID') then
1217: raise;
1218: end if;

Line 1332: when app_exception.application_exception then

1328: hr_utility.set_location(' Leaving:'||l_proc, 10);
1329:
1330: exception
1331:
1332: when app_exception.application_exception then
1333: if hr_multi_message.exception_add
1334: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_NAME') then
1335: raise;
1336: end if;

Line 1418: when app_exception.application_exception then

1414: hr_utility.set_location(' Leaving:'||l_proc, 10);
1415:
1416: exception
1417:
1418: when app_exception.application_exception then
1419: if hr_multi_message.exception_add
1420: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.SHORT_NAME') then
1421: raise;
1422: end if;

Line 1506: when app_exception.application_exception then

1502: hr_utility.set_location(' Leaving:'||l_proc, 10);
1503:
1504: exception
1505:
1506: when app_exception.application_exception then
1507: if hr_multi_message.exception_add
1508: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE') then
1509: raise;
1510: end if;

Line 1574: when app_exception.application_exception then

1570:
1571: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1572: --
1573: exception
1574: when app_exception.application_exception then
1575: if hr_multi_message.exception_add
1576: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.LEGISLATION_CODE'
1577: ) then
1578: raise;