DBA Data[Home] [Help]

PACKAGE BODY: APPS.PER_ORG_STRUCTURE_VERSION_BK3

Source


1 package body PER_ORG_STRUCTURE_VERSION_BK3 as
2 /* $Header: peosvapi.pkb 115.4 2001/12/21 10:43:24 generated ship      $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 02/05/31 02:41:36 (YY/MM/DD HH:MM:SS)
5 procedure DELETE_ORG_STRUCTURE_VERSION_A
6 (P_VALIDATE in BOOLEAN
7 ,P_ORG_STRUCTURE_VERSION_ID in NUMBER
8 ,P_OBJECT_VERSION_NUMBER in NUMBER
9 )is
10 begin
11 hr_utility.set_location('Entering: PER_ORG_STRUCTURE_VERSION_BK3.DELETE_ORG_STRUCTURE_VERSION_A', 10);
12 hr_utility.set_location(' Leaving: PER_ORG_STRUCTURE_VERSION_BK3.DELETE_ORG_STRUCTURE_VERSION_A', 20);
13 end DELETE_ORG_STRUCTURE_VERSION_A;
14 procedure DELETE_ORG_STRUCTURE_VERSION_B
15 (P_VALIDATE in BOOLEAN
16 ,P_ORG_STRUCTURE_VERSION_ID in NUMBER
17 ,P_OBJECT_VERSION_NUMBER in NUMBER
18 )is
19 begin
20 hr_utility.set_location('Entering: PER_ORG_STRUCTURE_VERSION_BK3.DELETE_ORG_STRUCTURE_VERSION_B', 10);
21 hr_utility.set_location(' Leaving: PER_ORG_STRUCTURE_VERSION_BK3.DELETE_ORG_STRUCTURE_VERSION_B', 20);
22 end DELETE_ORG_STRUCTURE_VERSION_B;
23 end PER_ORG_STRUCTURE_VERSION_BK3;