DBA Data[Home] [Help]

APPS.PAY_PYR_BUS dependencies on HR_MULTI_MESSAGE

Line 72: IF hr_multi_message.exception_add

68: EXCEPTION
69: --
70: WHEN app_exception.application_exception THEN
71: --
72: IF hr_multi_message.exception_add
73: (p_associated_column1 => 'PAY_RATES.RATE_BASIS') THEN
74: --
75: hr_utility.set_location(' Leaving : '||l_proc,998);
76: --

Line 139: IF hr_multi_message.exception_add

135: EXCEPTION
136: --
137: WHEN app_exception.application_exception THEN
138: --
139: IF hr_multi_message.exception_add
140: (p_associated_column1 => 'PAY_RATES.RATE_UOM') THEN
141: --
142: hr_utility.set_location(' Leaving : '||l_proc,998);
143: --

Line 206: IF hr_multi_message.exception_add

202: EXCEPTION
203: --
204: WHEN app_exception.application_exception THEN
205: --
206: IF hr_multi_message.exception_add
207: (p_associated_column1 => 'PAY_RATES.RATE_TYPE') THEN
208: --
209: hr_utility.set_location(' Leaving : '||l_proc,998);
210: --

Line 312: IF hr_multi_message.exception_add

308: EXCEPTION
309: --
310: WHEN app_exception.application_exception THEN
311: --
312: IF hr_multi_message.exception_add
313: (p_associated_column1 => 'PAY_RATES.NAME') THEN
314: --
315: hr_utility.set_location(' Leaving : '||l_proc,998);
316: --

Line 568: IF hr_multi_message.exception_add

564: EXCEPTION
565: --
566: WHEN app_exception.application_exception THEN
567: --
568: IF hr_multi_message.exception_add
569: (p_associated_column1 => 'PAY_RATES.PARENT_SPINE_ID') THEN
570: --
571: hr_utility.set_location(' Leaving: '|| l_proc,998);
572: RAISE;

Line 660: hr_multi_message.add

656: fetch csr_matching_children into l_dummy;
657: if csr_matching_children%found then
658: close csr_matching_children;
659: fnd_message.set_name('PER','HR_449035_ASGRAT_INV_CHILD');
660: hr_multi_message.add
661: (p_associated_column1
662: => 'ASG_RATE_TYPE');
663: else
664: close csr_matching_children;

Line 716: hr_multi_message.add

712: --
713: -- The primary key IS invalid therefore we must error
714: --
715: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
716: hr_multi_message.add
717: (p_associated_column1
718: => NVL(p_associated_column1,'RATE_ID')
719: );
720: --

Line 1047: hr_multi_message.end_validation_set;

1043: -- After validating the set of important attributes,
1044: -- IF Multiple Message detection IS enabled AND at least
1045: -- one error has been found THEN abort further validation.
1046: --
1047: hr_multi_message.end_validation_set;
1048: --
1049: hr_utility.set_location(l_proc,20);
1050: --
1051: -- Validate Dependent Attributes

Line 1144: hr_multi_message.end_validation_set;

1140: -- After validating the set of important attributes,
1141: -- IF Multiple Message detection IS enabled AND at least
1142: -- one error has been found THEN abort further validation.
1143: --
1144: hr_multi_message.end_validation_set;
1145: --
1146: hr_utility.set_location(l_proc,20);
1147: --
1148: -- Validate Dependent Attributes