DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on HR_MULTI_MESSAGE

Line 156: if hr_multi_message.exception_add

152: hr_utility.set_location(' Leaving:'||l_proc, 3);
153: --
154: exception
155: when app_exception.application_exception then
156: if hr_multi_message.exception_add
157: (p_associated_column1 => 'PER_PHONES.DATE_FROM'
158: ,p_associated_column2 => 'PER_PHONES.DATE_TO'
159: ) then
160: --

Line 270: if hr_multi_message.exception_add

266: --
267: hr_utility.set_location(' Leaving:'|| l_proc, 3);
268: exception
269: when app_exception.application_exception then
270: if hr_multi_message.exception_add
271: (p_associated_column1 => 'PER_PHONES.PHONE_TYPE'
272: ) then
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 4);

Line 380: if hr_multi_message.no_all_inclusive_error

376: );
377: --
378: begin
379: hr_utility.set_location('Entering:'|| l_proc, 1);
380: if hr_multi_message.no_all_inclusive_error
381: (p_check_column1 => 'PER_PHONES.PHONE_TYPE'
382: ,p_check_column2 => 'PER_PHONES.DATE_FROM'
383: ,p_check_column3 => 'PER_PHONES.PARENT_TABLE'
384: ,p_check_column4 => 'PER_PHONES.PARENT_ID'

Line 449: if hr_multi_message.exception_add

445: hr_utility.set_location(' Leaving:'|| l_proc, 5);
446: --
447: exception
448: when app_exception.application_exception then
449: if hr_multi_message.exception_add
450: (p_same_associated_columns => 'Y'
451: ) then
452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 523: if hr_multi_message.exception_add

519: hr_utility.set_location(' Leaving:'||l_proc, 5);
520: --
521: exception
522: when app_exception.application_exception then
523: if hr_multi_message.exception_add
524: (p_associated_column1 => 'PER_PHONES.PARENT_TABLE'
525: ) then
526: --
527: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 599: if hr_multi_message.no_exclusive_error

595: );
596: --
597: hr_utility.set_location(l_proc, 2);
598: --
599: if hr_multi_message.no_exclusive_error
600: (p_check_column1 => 'PER_PHONES.PARENT_TABLE'
601: ) then
602: --
603: hr_utility.set_location(l_proc, 3);

Line 661: if hr_multi_message.exception_add

657: hr_utility.set_location(' Leaving:'||l_proc, 25);
658: --
659: exception
660: when app_exception.application_exception then
661: if hr_multi_message.exception_add
662: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
663: ) then
664: --
665: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 733: if hr_multi_message.no_exclusive_error

729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: --
732: if p_rec.parent_id is not null then
733: if hr_multi_message.no_exclusive_error
734: (p_check_column1 => 'PER_PHONES.PARENT_ID'
735: ) then
736: --
737: open csr_get_party_id;

Line 750: hr_multi_message.add

746: --
747: if p_rec.party_id <> nvl(l_party_id,-1) then
748: hr_utility.set_message(800, 'HR_289343_PERSONPARTY_MISMATCH');
749: hr_utility.set_location(l_proc,40);
750: hr_multi_message.add
751: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
752: ,p_associated_column2 => 'PER_PHONES.PARTY_ID'
753: );
754: end if;

Line 770: hr_multi_message.add

766: --
767: if p_rec.party_id is null then
768: hr_utility.set_message(800, 'HR_289341_CHK_PERSON_OR_PARTY');
769: hr_utility.set_location(l_proc,70);
770: hr_multi_message.add
771: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
772: ,p_associated_column2 => 'PER_PHONES.PARTY_ID'
773: );
774: else

Line 784: hr_multi_message.add

780: if csr_valid_party_id%notfound then
781: close csr_valid_party_id;
782: hr_utility.set_message(800, 'PER_289342_PARTY_ID_INVALID');
783: hr_utility.set_location(l_proc,90);
784: hr_multi_message.add
785: (p_associated_column1 => 'PER_PHONES.PARTY_ID'
786: );
787: else
788: close csr_valid_party_id;

Line 1188: if hr_multi_message.exception_add

1184: end if;
1185: hr_utility.set_location(' Leaving:'||l_proc, 20);
1186: exception
1187: when app_exception.application_exception then
1188: if hr_multi_message.exception_add
1189: (p_associated_column1 => 'PER_PHONES.VALIDITY'
1190: ) then
1191: --
1192: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 1226: hr_multi_message.end_validation_set;

1222: -- After validating the set of important attributes,
1223: -- if Multiple Message Detection is enabled and at least
1224: -- one error has been found then abort further validation.
1225: --
1226: hr_multi_message.end_validation_set;
1227: --
1228: -- Validate Dependent Attributes
1229: --
1230: hr_utility.set_location(l_proc, 7);

Line 1331: hr_multi_message.end_validation_set;

1327: -- After validating the set of important attributes,
1328: -- if Multiple Message Detection is enabled and at least
1329: -- one error has been found then abort further validation.
1330: --
1331: hr_multi_message.end_validation_set;
1332: --
1333: hr_utility.set_location(l_proc, 7);
1334: --
1335: -- Check whether called has tried to update non-updateable values.