DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_BK3 dependencies on HR_MULTI_MESSAGE

Line 20: hr_multi_message.end_validation_set;

16: (P_CERT_ENROLLMENT_ID => P_CERT_ENROLLMENT_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
18: );
19: end if;
20: hr_multi_message.end_validation_set;
21: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_CERT_ENROLLMENT', 'AP');
22: hr_utility.set_location(' Leaving: OTA_CERT_ENROLLMENT_BK3.DELETE_CERT_ENROLLMENT_A', 20);
23: end DELETE_CERT_ENROLLMENT_A;
24: procedure DELETE_CERT_ENROLLMENT_B