DBA Data[Home] [Help]

PACKAGE BODY: APPS.BEN_PTNL_LER_FOR_PER_BK3

Source


1 package body BEN_PTNL_LER_FOR_PER_BK3 as
2 /* $Header: bepplapi.pkb 120.0 2005/05/28 10:58:30 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2007/01/03 21:33:33 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_PTNL_LER_FOR_PER_A
6 (P_PTNL_LER_FOR_PER_ID in NUMBER
7 ,P_OBJECT_VERSION_NUMBER in NUMBER
8 ,P_EFFECTIVE_DATE in DATE
9 )is
10 begin
11 hr_utility.set_location('Entering: BEN_PTNL_LER_FOR_PER_BK3.DELETE_PTNL_LER_FOR_PER_A', 10);
12 hr_utility.set_location(' Leaving: BEN_PTNL_LER_FOR_PER_BK3.DELETE_PTNL_LER_FOR_PER_A', 20);
13 end DELETE_PTNL_LER_FOR_PER_A;
14 procedure DELETE_PTNL_LER_FOR_PER_B
15 (P_PTNL_LER_FOR_PER_ID in NUMBER
16 ,P_OBJECT_VERSION_NUMBER in NUMBER
17 ,P_EFFECTIVE_DATE in DATE
18 )is
19 begin
20 hr_utility.set_location('Entering: BEN_PTNL_LER_FOR_PER_BK3.DELETE_PTNL_LER_FOR_PER_B', 10);
21 hr_utility.set_location(' Leaving: BEN_PTNL_LER_FOR_PER_BK3.DELETE_PTNL_LER_FOR_PER_B', 20);
22 end DELETE_PTNL_LER_FOR_PER_B;
23 end BEN_PTNL_LER_FOR_PER_BK3;