DBA Data[Home] [Help]

APPS.PAY_PPD_BUS dependencies on APP_EXCEPTION

Line 729: when app_exception.application_exception then

725: end if;
726: end if;
727: hr_utility.set_location(' Leaving:'|| l_proc, 20);
728: exception
729: when app_exception.application_exception then
730: if hr_multi_message.exception_add
731: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.CONTRACT_CATEGORY'
732: ) then
733: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 871: when app_exception.application_exception then

867: end if;
868:
869: hr_utility.set_location(' Leaving:'|| l_proc, 20);
870: exception
871: when app_exception.application_exception then
872: if hr_multi_message.exception_add
873: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.PER_OR_ASG_ID'
874: ) then
875: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 924: when app_exception.application_exception then

920: hr_multi_message.end_validation_set;
921:
922: hr_utility.set_location(' Leaving:'|| l_proc, 20);
923: exception
924: when app_exception.application_exception then
925: if hr_multi_message.exception_add
926: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.BUSINESS_GROUP_ID'
927: ) then
928: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1070: when app_exception.application_exception then

1066: end if;
1067: End if;
1068: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1069: exception
1070: when app_exception.application_exception then
1071: if hr_multi_message.exception_add
1072: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.RATE_OF_TAX'
1073: ) then
1074: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1158: when app_exception.application_exception then

1154:
1155: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1156:
1157: exception
1158: when app_exception.application_exception then
1159: if hr_multi_message.exception_add
1160: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.TAX_REDUCTION'
1161: ) then
1162: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1243: when app_exception.application_exception then

1239: end if;
1240:
1241: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1242: exception
1243: when app_exception.application_exception then
1244: if hr_multi_message.exception_add
1245: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.TAX_CALC_WITH_SPOUSE_CHILD'
1246: ) then
1247: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1326: when app_exception.application_exception then

1322: end if;
1323: end if;
1324: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1325: exception
1326: when app_exception.application_exception then
1327: if hr_multi_message.exception_add
1328: (p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.INCOME_REDUCTION'
1329: ) then
1330: hr_utility.set_location(' Leaving:'|| l_proc, 30);