DBA Data[Home] [Help]

APPS.PAY_PPD_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'PAYE_DETAILS_ID')
67: );
68: --

Line 494: hr_multi_message.end_validation_set;

490: -- After validating the set of important attributes,
491: -- if Multiple Message detection is enabled and at least
492: -- one error has been found then abort further validation.
493: --
494: hr_multi_message.end_validation_set;
495: --
496: -- Validate Dependent Attributes
497: --
498: --Polish Localization Code has been added here

Line 590: hr_multi_message.end_validation_set;

586: -- After validating the set of important attributes,
587: -- if Multiple Message detection is enabled and at least
588: -- one error has been found then abort further validation.
589: --
590: hr_multi_message.end_validation_set;
591: --
592: -- Validate Dependent Attributes
593: --
594: -- Call the datetrack update integrity operation

Line 730: if hr_multi_message.exception_add

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);
734: raise;

Line 823: if hr_multi_message.no_exclusive_error

819: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PER_ASG_ID')
820: ,p_argument_value => p_per_or_asg_id
821: );
822:
823: if hr_multi_message.no_exclusive_error
824: (p_check_column1 => 'PAY_PL_PAYE_DETAILS_F.CONTRACT_CATEGORY'
825: ,p_check_column2 => 'PAY_PL_PAYE_DETAILS_F.BUSINESS_GROUP_ID'
826: ,p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.PER_OR_ASG_ID') then
827:

Line 872: if hr_multi_message.exception_add

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);
876: raise;

Line 920: hr_multi_message.end_validation_set;

916: hr_api.validate_bus_grp_id
917: (p_business_group_id => p_business_group_id
918: ,p_associated_column1 => pay_ppd_shd.g_tab_nam||'.BUSINESS_GROUP_ID');
919:
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

Line 925: if hr_multi_message.exception_add

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);
929: raise;

Line 973: if hr_multi_message.no_exclusive_error

969: fetch csr_contract_type into l_contract_type;
970: close csr_contract_type;
971: end if;
972:
973: if hr_multi_message.no_exclusive_error
974: (p_check_column1 => 'PAY_PL_PAYE_DETAILS_F.CONTRACT_CATEGORY'
975: ,p_check_column2 => 'PAY_PL_PAYE_DETAILS_F.BUSINESS_GROUP_ID'
976: ,p_associated_column1 => 'PAY_PL_PAYE_DETAILS_F.RATE_OF_TAX') then
977:

Line 1071: if hr_multi_message.exception_add

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);
1075: raise;

Line 1159: if hr_multi_message.exception_add

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);
1163: raise;

Line 1244: if hr_multi_message.exception_add

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);
1248: raise;

Line 1327: if hr_multi_message.exception_add

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);
1331: raise;