DBA Data[Home] [Help]

APPS.HR_LOCATION_BK3 SQL Statements

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

Line: 5

procedure DELETE_LOCATION_A
(P_LOCATION_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 12

hr_utility.set_location('Entering: HR_LOCATION_BK3.DELETE_LOCATION_A', 10);
Line: 18

hr_location_be3.DELETE_LOCATION_A
(P_LOCATION_ID => P_LOCATION_ID
,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
);
Line: 24

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_LOCATION', 'AP');
Line: 25

hr_utility.set_location(' Leaving: HR_LOCATION_BK3.DELETE_LOCATION_A', 20);
Line: 26

end DELETE_LOCATION_A;
Line: 27

procedure DELETE_LOCATION_B
(P_LOCATION_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
l_commit_unit_number number;
Line: 34

hr_utility.set_location('Entering: HR_LOCATION_BK3.DELETE_LOCATION_B', 10);
Line: 41

hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_LOCATION', 'BP');
Line: 42

hr_utility.set_location(' Leaving: HR_LOCATION_BK3.DELETE_LOCATION_B', 20);
Line: 43

end DELETE_LOCATION_B;