DBA Data[Home] [Help]

PACKAGE BODY: APPS.PSP_TEMPLATE_DETAILS_BK3

Source


1 package body PSP_TEMPLATE_DETAILS_BK3 as
2 /* $Header: PSPRDAIB.pls 120.0 2005/06/02 15:55:43 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2007/01/03 22:55:56 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_TEMPLATE_DETAILS_A
6 (P_TEMPLATE_DETAIL_ID in NUMBER
7 ,P_OBJECT_VERSION_NUMBER in NUMBER
8 ,P_WARNING in VARCHAR2
9 )is
10 begin
11 hr_utility.set_location('Entering: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_A', 10);
12 hr_utility.set_location(' Leaving: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_A', 20);
13 end DELETE_TEMPLATE_DETAILS_A;
14 procedure DELETE_TEMPLATE_DETAILS_B
15 (P_TEMPLATE_DETAIL_ID in NUMBER
16 )is
17 begin
18 hr_utility.set_location('Entering: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_B', 10);
19 hr_utility.set_location(' Leaving: PSP_TEMPLATE_DETAILS_BK3.DELETE_TEMPLATE_DETAILS_B', 20);
20 end DELETE_TEMPLATE_DETAILS_B;
21 end PSP_TEMPLATE_DETAILS_BK3;