DBA Data[Home] [Help]

PACKAGE BODY: APPS.PER_POS_STRUCTURE_BK3

Source


1 package body PER_POS_STRUCTURE_BK3 as
2 /* $Header: pepstapi.pkb 115.0 2002/12/11 12:16:01 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 03/06/25 21:17:10 (YY/MM/DD HH:MM:SS)
5 procedure DELETE_POS_STRUCTURE_A
6 (P_VALIDATE in BOOLEAN
7 ,P_POSITION_STRUCTURE_ID in NUMBER
8 ,P_OBJECT_VERSION_NUMBER in NUMBER
9 )is
10 begin
11 hr_utility.set_location('Entering: PER_POS_STRUCTURE_BK3.DELETE_POS_STRUCTURE_A', 10);
12 hr_utility.set_location(' Leaving: PER_POS_STRUCTURE_BK3.DELETE_POS_STRUCTURE_A', 20);
13 end DELETE_POS_STRUCTURE_A;
14 procedure DELETE_POS_STRUCTURE_B
15 (P_VALIDATE in BOOLEAN
16 ,P_POSITION_STRUCTURE_ID in NUMBER
17 ,P_OBJECT_VERSION_NUMBER in NUMBER
18 )is
19 begin
20 hr_utility.set_location('Entering: PER_POS_STRUCTURE_BK3.DELETE_POS_STRUCTURE_B', 10);
21 hr_utility.set_location(' Leaving: PER_POS_STRUCTURE_BK3.DELETE_POS_STRUCTURE_B', 20);
22 end DELETE_POS_STRUCTURE_B;
23 end PER_POS_STRUCTURE_BK3;