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 276: if hr_multi_message.exception_add

272: --
273: hr_utility.set_location(' Leaving:'|| l_proc, 3);
274: exception
275: when app_exception.application_exception then
276: if hr_multi_message.exception_add
277: (p_associated_column1 => 'PER_PHONES.PHONE_TYPE'
278: ) then
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 4);

Line 386: if hr_multi_message.no_all_inclusive_error

382: );
383: --
384: begin
385: hr_utility.set_location('Entering:'|| l_proc, 1);
386: if hr_multi_message.no_all_inclusive_error
387: (p_check_column1 => 'PER_PHONES.PHONE_TYPE'
388: ,p_check_column2 => 'PER_PHONES.DATE_FROM'
389: ,p_check_column3 => 'PER_PHONES.PARENT_TABLE'
390: ,p_check_column4 => 'PER_PHONES.PARENT_ID'

Line 455: if hr_multi_message.exception_add

451: hr_utility.set_location(' Leaving:'|| l_proc, 5);
452: --
453: exception
454: when app_exception.application_exception then
455: if hr_multi_message.exception_add
456: (p_same_associated_columns => 'Y'
457: ) then
458: --
459: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 529: if hr_multi_message.exception_add

525: hr_utility.set_location(' Leaving:'||l_proc, 5);
526: --
527: exception
528: when app_exception.application_exception then
529: if hr_multi_message.exception_add
530: (p_associated_column1 => 'PER_PHONES.PARENT_TABLE'
531: ) then
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 605: if hr_multi_message.no_exclusive_error

601: );
602: --
603: hr_utility.set_location(l_proc, 2);
604: --
605: if hr_multi_message.no_exclusive_error
606: (p_check_column1 => 'PER_PHONES.PARENT_TABLE'
607: ) then
608: --
609: hr_utility.set_location(l_proc, 3);

Line 667: if hr_multi_message.exception_add

663: hr_utility.set_location(' Leaving:'||l_proc, 25);
664: --
665: exception
666: when app_exception.application_exception then
667: if hr_multi_message.exception_add
668: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
669: ) then
670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 6);

Line 739: if hr_multi_message.no_exclusive_error

735: hr_utility.set_location('Entering:'|| l_proc, 10);
736: --
737: --
738: if p_rec.parent_id is not null then
739: if hr_multi_message.no_exclusive_error
740: (p_check_column1 => 'PER_PHONES.PARENT_ID'
741: ) then
742: --
743: open csr_get_party_id;

Line 756: hr_multi_message.add

752: --
753: if p_rec.party_id <> nvl(l_party_id,-1) then
754: hr_utility.set_message(800, 'HR_289343_PERSONPARTY_MISMATCH');
755: hr_utility.set_location(l_proc,40);
756: hr_multi_message.add
757: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
758: ,p_associated_column2 => 'PER_PHONES.PARTY_ID'
759: );
760: end if;

Line 776: hr_multi_message.add

772: --
773: if p_rec.party_id is null then
774: hr_utility.set_message(800, 'HR_289341_CHK_PERSON_OR_PARTY');
775: hr_utility.set_location(l_proc,70);
776: hr_multi_message.add
777: (p_associated_column1 => 'PER_PHONES.PARENT_ID'
778: ,p_associated_column2 => 'PER_PHONES.PARTY_ID'
779: );
780: else

Line 790: hr_multi_message.add

786: if csr_valid_party_id%notfound then
787: close csr_valid_party_id;
788: hr_utility.set_message(800, 'PER_289342_PARTY_ID_INVALID');
789: hr_utility.set_location(l_proc,90);
790: hr_multi_message.add
791: (p_associated_column1 => 'PER_PHONES.PARTY_ID'
792: );
793: else
794: close csr_valid_party_id;

Line 1194: if hr_multi_message.exception_add

1190: end if;
1191: hr_utility.set_location(' Leaving:'||l_proc, 20);
1192: exception
1193: when app_exception.application_exception then
1194: if hr_multi_message.exception_add
1195: (p_associated_column1 => 'PER_PHONES.VALIDITY'
1196: ) then
1197: --
1198: hr_utility.set_location(' Leaving:'||l_proc, 30);

Line 1232: hr_multi_message.end_validation_set;

1228: -- After validating the set of important attributes,
1229: -- if Multiple Message Detection is enabled and at least
1230: -- one error has been found then abort further validation.
1231: --
1232: hr_multi_message.end_validation_set;
1233: --
1234: -- Validate Dependent Attributes
1235: --
1236: hr_utility.set_location(l_proc, 7);

Line 1359: hr_multi_message.end_validation_set;

1355: -- After validating the set of important attributes,
1356: -- if Multiple Message Detection is enabled and at least
1357: -- one error has been found then abort further validation.
1358: --
1359: hr_multi_message.end_validation_set;
1360: --
1361: hr_utility.set_location(l_proc, 7);
1362: --
1363: -- Check whether called has tried to update non-updateable values.