DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BK4 SQL Statements

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

Line: 5

procedure DELETE_COMPETENCE_ELEMENT_A
(P_COMPETENCE_ELEMENT_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 12

hr_utility.set_location('Entering: HR_COMPETENCE_ELEMENT_BK4.DELETE_COMPETENCE_ELEMENT_A', 10);
Line: 15

hr_competence_element_be4.DELETE_COMPETENCE_ELEMENT_A
(P_COMPETENCE_ELEMENT_ID => P_COMPETENCE_ELEMENT_ID
,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
);
Line: 21

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

hr_utility.set_location(' Leaving: HR_COMPETENCE_ELEMENT_BK4.DELETE_COMPETENCE_ELEMENT_A', 20);
Line: 23

end DELETE_COMPETENCE_ELEMENT_A;
Line: 24

procedure DELETE_COMPETENCE_ELEMENT_B
(P_COMPETENCE_ELEMENT_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: HR_COMPETENCE_ELEMENT_BK4.DELETE_COMPETENCE_ELEMENT_B', 10);
Line: 30

hr_utility.set_location(' Leaving: HR_COMPETENCE_ELEMENT_BK4.DELETE_COMPETENCE_ELEMENT_B', 20);
Line: 31

end DELETE_COMPETENCE_ELEMENT_B;