DBA Data[Home] [Help]

APPS.PSP_REPORT_TEMPLATE_BK3 SQL Statements

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

Line: 5

procedure DELETE_REPORT_TEMPLATE_A
(P_TEMPLATE_ID in NUMBER
,P_OBJECT_VERSION_NUMBER in NUMBER
,P_WARNING in VARCHAR2
)is
begin
hr_utility.set_location('Entering: PSP_REPORT_TEMPLATE_BK3.DELETE_REPORT_TEMPLATE_A', 10);
Line: 12

hr_utility.set_location(' Leaving: PSP_REPORT_TEMPLATE_BK3.DELETE_REPORT_TEMPLATE_A', 20);
Line: 13

end DELETE_REPORT_TEMPLATE_A;
Line: 14

procedure DELETE_REPORT_TEMPLATE_B
(P_TEMPLATE_ID in NUMBER
)is
begin
hr_utility.set_location('Entering: PSP_REPORT_TEMPLATE_BK3.DELETE_REPORT_TEMPLATE_B', 10);
Line: 19

hr_utility.set_location(' Leaving: PSP_REPORT_TEMPLATE_BK3.DELETE_REPORT_TEMPLATE_B', 20);
Line: 20

end DELETE_REPORT_TEMPLATE_B;