DBA Data[Home] [Help]

APPS.OTA_OFF_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,'OFFERING_ID')
67: );
68: --

Line 437: IF hr_multi_message.exception_add

433:
434: hr_utility.set_location(' Leaving:' || l_proc,10);
435: Exception
436: when app_exception.application_exception then
437: IF hr_multi_message.exception_add
438: (p_associated_column1 => 'OTA_OFFERINGS.START_DATE'
439: ,p_associated_column2 => 'OTA_OFFERINGS.END_DATE'
440: ) THEN
441: hr_utility.set_location(' Leaving:'|| l_proc,20);

Line 526: IF hr_multi_message.exception_add(

522: hr_utility.set_location(' Exiting:'||l_proc,10);
523: Exception
524: WHEN app_exception.application_exception THEN
525:
526: IF hr_multi_message.exception_add(
527: p_associated_column1 => 'OTA_OFFERINGS.START_DATE',
528: p_associated_column2 => 'OTA_OFFERINGS.END_DATE')
529: THEN
530:

Line 606: IF hr_multi_message.exception_add(

602: hr_utility.set_location(' Exiting:'||l_proc,10);
603: Exception
604: WHEN app_exception.application_exception THEN
605:
606: IF hr_multi_message.exception_add(
607: p_associated_column1 => 'OTA_OFFERINGS.START_DATE',
608: p_associated_column2 => 'OTA_OFFERINGS.END_DATE')
609: THEN
610:

Line 670: IF hr_multi_message.exception_add

666: EXCEPTION
667:
668: WHEN app_exception.application_exception THEN
669:
670: IF hr_multi_message.exception_add
671: (p_associated_column1 => 'OTA_OFFERINGS.COMPETENCY_UPDATE_LEVEL') THEN
672:
673: hr_utility.set_location(' Leaving:'||l_proc, 42);
674: RAISE;

Line 722: IF hr_multi_message.exception_add(

718: --
719: Exception
720: WHEN app_exception.application_exception THEN
721:
722: IF hr_multi_message.exception_add(
723: p_associated_column1 => 'OTA_OFFERINGS.BUSINESS_GROUP_ID',
724: p_associated_column2 => 'OTA_OFFERINGS.DELIVERY_MODE_ID')
725: THEN
726:

Line 843: IF hr_multi_message.exception_add(

839:
840: Exception
841: WHEN app_exception.application_exception THEN
842:
843: IF hr_multi_message.exception_add(
844: p_associated_column1 => 'OTA_OFFERINGS.PLAYER_TOOLBAR_FLAG',
845: p_associated_column2 => 'OTA_OFFERINGS.PLAYER_TOOLBAR_BITSET')
846: THEN
847:

Line 922: IF hr_multi_message.exception_add(

918: End if;
919: Exception
920: WHEN app_exception.application_exception THEN
921:
922: IF hr_multi_message.exception_add(
923: p_associated_column1 => 'OTA_OFFERINGS.OWNER_ID')
924: THEN
925:
926: --hr_utility.set_location(' Leaving:'||v_proc, 22);

Line 983: IF hr_multi_message.exception_add

979:
980: hr_utility.set_location(' Leaving:' || l_proc,10);
981: Exception
982: when app_exception.application_exception then
983: IF hr_multi_message.exception_add
984: (p_associated_column1 => 'OTA_OFFERINGS.LEARNING_OBJECT_ID'
985: ) THEN
986: hr_utility.set_location(' Leaving:'|| l_proc,20);
987: raise;

Line 1034: IF hr_multi_message.exception_add(

1030: end if;
1031: Exception
1032: WHEN app_exception.application_exception THEN
1033:
1034: IF hr_multi_message.exception_add(
1035: p_associated_column1 => 'OTA_OFFERINGS.MAXIMUM_ATTENDEES'
1036: ,p_associated_column2 => 'OTA_OFFERINGS.MAXIMUM_INTERNAL_ATTENDEES'
1037: ,p_associated_column3 => 'OTA_OFFERINGS.MINIMUM_ATTENDEES')
1038: THEN

Line 1064: IF hr_multi_message.exception_add(

1060: end if;
1061: Exception
1062: WHEN app_exception.application_exception THEN
1063:
1064: IF hr_multi_message.exception_add(
1065: p_associated_column1 => 'OTA_OFFERINGS.DURATION'
1066: ,p_associated_column2 => 'OTA_OFFERINGS.DURATION_UNITS')
1067: THEN
1068:

Line 1105: IF hr_multi_message.exception_add(

1101:
1102: Exception
1103: WHEN app_exception.application_exception THEN
1104:
1105: IF hr_multi_message.exception_add(
1106: p_associated_column1 => 'OTA_OFFERINGS.ACTUAL_COST'
1107: ,p_associated_column2 => 'OTA_OFFERINGS.BUDGET_COST'
1108: ,p_associated_column3 => 'OTA_OFFERINGS.STANDARD_PRICE')
1109: THEN

Line 1135: if hr_multi_message.exception_add

1131: hr_utility.set_location(' Leaving:'|| v_proc, 10);
1132: --
1133: exception
1134: when app_exception.application_exception then
1135: if hr_multi_message.exception_add
1136: (p_associated_column1 => 'OTA_OFFERINGS.VENDOR_ID'
1137: ) then
1138: hr_utility.set_location(' Leaving:'|| v_proc,70);
1139: raise;

Line 1196: If hr_multi_message.exception_add

1192: hr_utility.set_location(' Leaving:' || l_proc,10);
1193: Exception
1194: When app_exception.application_exception Then
1195: --
1196: If hr_multi_message.exception_add
1197: (p_associated_column1 => 'OTA_OFFERINGS.DELIVERY_MODE_ID'
1198: ) Then
1199: --
1200: hr_utility.set_location(' Leaving:'|| l_proc,20);

Line 1358: hr_multi_message.end_validation_set;

1354: -- After validating the set of important attributes,
1355: -- if Multiple Message detection is enabled and at least
1356: -- one error has been found then abort further validation.
1357: --
1358: hr_multi_message.end_validation_set;
1359: --
1360: -- Validate Dependent Attributes
1361: --
1362: --

Line 1411: hr_multi_message.end_validation_set;

1407: -- After validating the set of important attributes,
1408: -- if Multiple Message detection is enabled and at least
1409: -- one error has been found then abort further validation.
1410: --
1411: hr_multi_message.end_validation_set;
1412: --
1413: -- Validate Dependent Attributes
1414: --
1415: chk_non_updateable_args