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
)is
l_commit_unit_number number;
Line: 12

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

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

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

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

end DELETE_CERT_ENROLLMENT_A;
Line: 24

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: 30

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

end DELETE_CERT_ENROLLMENT_B;