DBA Data[Home] [Help]

APPS.OTA_SKILL_PROVISION_BK3 SQL Statements

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

Line: 5

procedure DELETE_SKILL_PROVISION_A
(P_SKILL_PROVISION_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: OTA_SKILL_PROVISION_BK3.DELETE_SKILL_PROVISION_A', 10);
Line: 11

hr_utility.set_location(' Leaving: OTA_SKILL_PROVISION_BK3.DELETE_SKILL_PROVISION_A', 20);
Line: 12

end DELETE_SKILL_PROVISION_A;
Line: 13

procedure DELETE_SKILL_PROVISION_B
(P_SKILL_PROVISION_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
)is
begin
hr_utility.set_location('Entering: OTA_SKILL_PROVISION_BK3.DELETE_SKILL_PROVISION_B', 10);
Line: 19

hr_utility.set_location(' Leaving: OTA_SKILL_PROVISION_BK3.DELETE_SKILL_PROVISION_B', 20);
Line: 20

end DELETE_SKILL_PROVISION_B;