DBA Data[Home] [Help]

APPS.PSP_TEMPLATE_DETAILS_BK3 SQL Statements

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

Line: 5

procedure DELETE_TEMPLATE_DETAILS_A
(P_TEMPLATE_DETAIL_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_WARNING in VARCHAR2
)is
begin
hr_utility.set_location('Entering: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_A', 10);
Line: 12

hr_utility.set_location(' Leaving: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_A', 20);
Line: 13

end DELETE_TEMPLATE_DETAILS_A;
Line: 14

procedure DELETE_TEMPLATE_DETAILS_B
(P_TEMPLATE_DETAIL_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_B', 10);
Line: 19

hr_utility.set_location(' Leaving: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_B', 20);
Line: 20

end DELETE_TEMPLATE_DETAILS_B;