DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_BK3 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 5

procedure DELETE_CERT_ENROLLMENT_A
(P_CERT_ENROLLMENT_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_PERSON_ID in NUMBER
)is
l_commit_unit_number number;
Line: 13

hr_utility.set_location('Entering: OTA_CERT_ENROLLMENT_BK3.DELETE_CERT_ENROLLMENT_A', 10);
Line: 16

ota_cert_enrollment_be3.DELETE_CERT_ENROLLMENT_A
(P_CERT_ENROLLMENT_ID => P_CERT_ENROLLMENT_ID
,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
,P_PERSON_ID => P_PERSON_ID
);
Line: 23

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_CERT_ENROLLMENT', 'AP');
Line: 24

hr_utility.set_location(' Leaving: OTA_CERT_ENROLLMENT_BK3.DELETE_CERT_ENROLLMENT_A', 20);
Line: 25

end DELETE_CERT_ENROLLMENT_A;
Line: 26

procedure DELETE_CERT_ENROLLMENT_B
(P_CERT_ENROLLMENT_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: OTA_CERT_ENROLLMENT_BK3.DELETE_CERT_ENROLLMENT_B', 10);
Line: 32

hr_utility.set_location(' Leaving: OTA_CERT_ENROLLMENT_BK3.DELETE_CERT_ENROLLMENT_B', 20);
Line: 33

end DELETE_CERT_ENROLLMENT_B;