DBA Data[Home] [Help]

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

Line 483: IF hr_multi_message.exception_add

479: EXCEPTION
480:
481: WHEN app_exception.application_exception THEN
482:
483: IF hr_multi_message.exception_add
484: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.VALIDITY_DURATION') THEN
485:
486: hr_utility.set_location(' Leaving:'||l_proc, 92);
487: RAISE;

Line 522: IF hr_multi_message.exception_add

518: EXCEPTION
519:
520: WHEN app_exception.application_exception THEN
521:
522: IF hr_multi_message.exception_add
523: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.VALIDITY_DURATION') THEN
524:
525: hr_utility.set_location(' Leaving:'||l_proc, 92);
526: RAISE;

Line 603: IF hr_multi_message.exception_add

599: EXCEPTION
600:
601: WHEN app_exception.application_exception THEN
602:
603: IF hr_multi_message.exception_add
604: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.initial_completion_duration'
605: ,p_associated_column2 => 'OTA_CERTIFICATIONS_B.initial_completion_date') THEN
606:
607: hr_utility.set_location(' Leaving:'||l_proc, 92);

Line 651: IF hr_multi_message.exception_add

647: EXCEPTION
648:
649: WHEN app_exception.application_exception THEN
650:
651: IF hr_multi_message.exception_add
652: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.start_date_active') THEN
653:
654: hr_utility.set_location(' Leaving:'||l_proc, 92);
655: RAISE;

Line 721: IF hr_multi_message.exception_add

717: EXCEPTION
718:
719: WHEN app_exception.application_exception THEN
720:
721: IF hr_multi_message.exception_add
722: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.notify_days_before_expire') THEN
723:
724: hr_utility.set_location(' Leaving:'||l_proc, 92);
725: RAISE;

Line 763: IF hr_multi_message.exception_add

759: EXCEPTION
760:
761: WHEN app_exception.application_exception THEN
762:
763: IF hr_multi_message.exception_add
764: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.initial_completion_date') THEN
765:
766: hr_utility.set_location(' Leaving:'||l_proc, 92);
767: RAISE;

Line 801: IF hr_multi_message.exception_add

797: EXCEPTION
798:
799: WHEN app_exception.application_exception THEN
800:
801: IF hr_multi_message.exception_add
802: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.validity_duration') THEN
803:
804: hr_utility.set_location(' Leaving:'||l_proc, 92);
805: RAISE;

Line 848: IF hr_multi_message.exception_add

844: EXCEPTION
845:
846: WHEN app_exception.application_exception THEN
847:
848: IF hr_multi_message.exception_add
849: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.validity_start_type') THEN
850:
851: hr_utility.set_location(' Leaving:'||l_proc, 92);
852: RAISE;

Line 945: IF hr_multi_message.exception_add

941: hr_utility.set_location(' Leaving:'|| l_proc, 30);
942:
943: Exception
944: when app_exception.application_exception then
945: IF hr_multi_message.exception_add
946: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.START_DATE_ACTIVE'
947: ,p_associated_column2 => 'OTA_CERTIFICATIONS_B.END_DATE_ACTIVE'
948: ) THEN
949: raise;

Line 1026: IF hr_multi_message.exception_add

1022: hr_utility.set_location(' Leaving:' || l_proc,10);
1023:
1024: Exception
1025: when app_exception.application_exception then
1026: IF hr_multi_message.exception_add
1027: (p_associated_column1 => 'OTA_CERTIFICATIONS_B.START_DATE_ACTIVE'
1028: ,p_associated_column2 => 'OTA_CERTIFICATIONS_B.END_DATE_ACTIVE'
1029: ) THEN
1030: raise;

Line 1096: IF HR_MULTI_MESSAGE.EXCEPTION_ADD

1092:
1093: EXCEPTION
1094: WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN
1095:
1096: IF HR_MULTI_MESSAGE.EXCEPTION_ADD
1097: (P_ASSOCIATED_COLUMN1 => null) THEN
1098: HR_UTILITY.SET_LOCATION(' LEAVING:'||L_PROC, 15);
1099: RAISE;
1100: END IF;

Line 1149: IF hr_multi_message.no_exclusive_error

1145:
1146: Begin
1147: hr_utility.set_location(' Entering:' || l_proc,10);
1148: --
1149: IF hr_multi_message.no_exclusive_error
1150: (p_check_column1 => 'OTA_CERTIFICATIONS.START_DATE_ACTIVE'
1151: ,p_check_column2 => 'OTA_CERTIFICATIONS.END_DATE_ACTIVE'
1152: ,p_associated_column1 => 'OTA_CERTIFICATIONS.START_DATE_ACTIVE'
1153: ,p_associated_column2 => 'OTA_CERTIFICATIONS.END_DATE_ACTIVE'

Line 1179: IF hr_multi_message.exception_add

1175: --
1176: hr_utility.set_location(' Leaving:' || l_proc,10);
1177: Exception
1178: when app_exception.application_exception then
1179: IF hr_multi_message.exception_add
1180: (p_associated_column1 => 'OTA_CERTIFICATIONS.START_DATE_ACTIVE'
1181: ,p_associated_column2 => 'OTA_CERTIFICATIONS.END_DATE_ACTIVE'
1182: ) THEN
1183: hr_utility.set_location(' Leaving:'|| l_proc,20);

Line 1217: hr_multi_message.end_validation_set;

1213: -- After validating the set of important attributes,
1214: -- if Multiple Message detection is enabled and at least
1215: -- one error has been found then abort further validation.
1216: --
1217: hr_multi_message.end_validation_set;
1218: --
1219: -- Validate Dependent Attributes
1220: --
1221: --

Line 1276: hr_multi_message.end_validation_set;

1272: );
1273:
1274: ota_crt_bus.chk_df(p_rec);
1275: --
1276: hr_multi_message.end_validation_set;
1277: --
1278: --
1279: hr_utility.set_location(' Leaving:'||l_proc, 10);
1280: End insert_validate;

Line 1306: hr_multi_message.end_validation_set;

1302: -- After validating the set of important attributes,
1303: -- if Multiple Message detection is enabled and at least
1304: -- one error has been found then abort further validation.
1305: --
1306: hr_multi_message.end_validation_set;
1307: --
1308: -- Validate Dependent Attributes
1309: --
1310: chk_non_updateable_args

Line 1386: hr_multi_message.end_validation_set;

1382: p_end_date =>p_rec.end_date_active );
1383:
1384: ota_crt_bus.chk_df(p_rec);
1385: --
1386: hr_multi_message.end_validation_set;
1387: --
1388: hr_utility.set_location(' Leaving:'||l_proc, 10);
1389: End update_validate;
1390: --