DBA Data[Home] [Help]

APPS.PER_RAA_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

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

Line 432: if hr_multi_message.exception_add

428: --
429: hr_utility.set_location(' Leaving:'||l_proc,50);
430: exception
431: when app_exception.application_exception then
432: if hr_multi_message.exception_add
433: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITIES.NAME'
434: ) then
435: hr_utility.set_location(' Leaving:'||l_proc,60);
436: raise;

Line 541: if hr_multi_message.exception_add

537: --
538: hr_utility.set_location(' Leaving:'||l_proc,50);
539: exception
540: when app_exception.application_exception then
541: if hr_multi_message.exception_add
542: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITIES.AUTHORISING_PERSON_ID'
543: ) then
544: hr_utility.set_location(' Leaving:'||l_proc,60);
545: raise;

Line 625: if hr_multi_message.exception_add

621: end if;
622: hr_utility.set_location(' Leaving:'||l_proc,40);
623: exception
624: when app_exception.application_exception then
625: if hr_multi_message.exception_add
626: (p_associated_column1=> 'PER_RECRUITMENT_ACTIVITIES.RUN_BY_ORGANIZATION_ID'
627: ) then
628: hr_utility.set_location(' Leaving:'||l_proc,50);
629: raise;

Line 736: if hr_multi_message.exception_add

732: end if;
733: hr_utility.set_location(' Leaving:'||l_proc,50);
734: exception
735: when app_exception.application_exception then
736: if hr_multi_message.exception_add
737: (p_associated_column1 =>
738: 'PER_RECRUITMENT_ACTIVITIES.INTERNAL_CONTACT_PERSON_ID'
739: ) then
740: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 874: if hr_multi_message.exception_add

870: --
871: hr_utility.set_location(' Leaving:'||l_proc,60);
872: exception
873: when app_exception.application_exception then
874: if hr_multi_message.exception_add
875: (p_associated_column1 =>
876: 'PER_RECRUITMENT_ACTIVITIES.PARENT_RECRUITMENT_ACTIVITY_ID'
877: ) then
878: hr_utility.set_location(' Leaving:'||l_proc,70);

Line 964: if hr_multi_message.exception_add

960: --
961: hr_utility.set_location(' Leaving:'||l_proc,40);
962: exception
963: when app_exception.application_exception then
964: if hr_multi_message.exception_add
965: (p_associated_column1 =>
966: 'PER_RECRUITMENT_ACTIVITIES.CURRENCY_CODE'
967: ) then
968: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1047: if hr_multi_message.exception_add

1043: --
1044: hr_utility.set_location(' Leaving:'||l_proc,40);
1045: exception
1046: when app_exception.application_exception then
1047: if hr_multi_message.exception_add
1048: (p_associated_column1 =>
1049: 'PER_RECRUITMENT_ACTIVITIES.RECRUITING_SITE_ID'
1050: ) then
1051: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1130: if hr_multi_message.exception_add

1126: --
1127: hr_utility.set_location(' Leaving:'||l_proc,40);
1128: exception
1129: when app_exception.application_exception then
1130: if hr_multi_message.exception_add
1131: (p_associated_column1 =>
1132: 'PER_RECRUITMENT_ACTIVITIES.POSTING_CONTENT_ID'
1133: ) then
1134: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1199: hr_multi_message.add

1195: -- Checks that date_start is not null.
1196: hr_utility.set_location(l_proc,30);
1197: if p_date_start is null then
1198: fnd_message.set_name('PER','PER_289438_RAA_START_DATE_REQ');
1199: hr_multi_message.add
1200: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITIES.DATE_START'
1201: );
1202: -- Call to raise any errors on multi-message list
1203: hr_multi_message.end_validation_set;

Line 1203: hr_multi_message.end_validation_set;

1199: hr_multi_message.add
1200: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITIES.DATE_START'
1201: );
1202: -- Call to raise any errors on multi-message list
1203: hr_multi_message.end_validation_set;
1204: else
1205: -- Checks that date_start is not later then corresponding date_end
1206: hr_utility.set_location(l_proc,40);
1207: if p_date_start > p_date_end then

Line 1209: hr_multi_message.add

1205: -- Checks that date_start is not later then corresponding date_end
1206: hr_utility.set_location(l_proc,40);
1207: if p_date_start > p_date_end then
1208: fnd_message.set_name('PER','HR_6021_ALL_START_END_DATE');
1209: hr_multi_message.add
1210: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITIES.DATE_START'
1211: ,p_associated_column2 => 'PER_RECRUITMENT_ACTIVITIES.DATE_END'
1212: );
1213: end if;

Line 1291: if hr_multi_message.exception_add

1287: --
1288: hr_utility.set_location(' Leaving:'||l_proc,40);
1289: exception
1290: when app_exception.application_exception then
1291: if hr_multi_message.exception_add
1292: (p_associated_column1 =>
1293: 'PER_RECRUITMENT_ACTIVITIES.TYPE'
1294: ) then
1295: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1369: if hr_multi_message.exception_add

1365: --
1366: hr_utility.set_location(' Leaving:'||l_proc,40);
1367: exception
1368: when app_exception.application_exception then
1369: if hr_multi_message.exception_add
1370: (p_associated_column1 =>
1371: 'PER_RECRUITMENT_ACTIVITIES.DATE_CLOSING'
1372: ) then
1373: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1451: if hr_multi_message.exception_add

1447: --
1448: hr_utility.set_location(' Leaving:'||l_proc,40);
1449: exception
1450: when app_exception.application_exception then
1451: if hr_multi_message.exception_add
1452: (p_associated_column1 =>
1453: 'PER_RECRUITMENT_ACTIVITIES.STATUS'
1454: ) then
1455: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1525: if hr_multi_message.exception_add

1521: --
1522: hr_utility.set_location(' Leaving:'||l_proc,40);
1523: exception
1524: when app_exception.application_exception then
1525: if hr_multi_message.exception_add
1526: (p_associated_column1 =>
1527: 'PER_RECRUITMENT_ACTIVITIES.ACTUAL_COST'
1528: ) then
1529: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1600: if hr_multi_message.exception_add

1596: --
1597: hr_utility.set_location(' Leaving:'||l_proc,40);
1598: exception
1599: when app_exception.application_exception then
1600: if hr_multi_message.exception_add
1601: (p_associated_column1 =>
1602: 'PER_RECRUITMENT_ACTIVITIES.PLANNED_COST'
1603: ) then
1604: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1638: hr_multi_message.end_validation_set;

1634: -- if Mulitple message detection is enabled and at least
1635: -- one error has been found then abort further validation.
1636: --
1637: hr_utility.set_location(l_proc,6);
1638: hr_multi_message.end_validation_set;
1639: --
1640: -- Validate Dependent Attributes
1641: --
1642: hr_utility.set_location(l_proc,10);

Line 1770: hr_multi_message.end_validation_set;

1766: -- if Mulitple message detection is enabled and at least
1767: -- one error has been found then abort further validation.
1768: --
1769: hr_utility.set_location(l_proc,6);
1770: hr_multi_message.end_validation_set;
1771: --
1772: -- Validate Dependent Attributes
1773: --
1774: hr_utility.set_location(l_proc,7);