DBA Data[Home] [Help]

PACKAGE BODY: APPS.HR_SECURITY_ORGANIZATION_BK3

Source


1 package body HR_SECURITY_ORGANIZATION_BK3 as
2 /* $Header: pepsoapi.pkb 115.1 2002/12/11 12:15:36 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2009/03/30 04:46:40 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_SECURITY_ORGANIZATION_A
6 (P_SECURITY_ORGANIZATION_ID in NUMBER
7 ,P_OBJECT_VERSION_NUMBER in NUMBER
8 )is
9 begin
10 hr_utility.set_location('Entering: HR_SECURITY_ORGANIZATION_BK3.DELETE_SECURITY_ORGANIZATION_A', 10);
11 hr_utility.set_location(' Leaving: HR_SECURITY_ORGANIZATION_BK3.DELETE_SECURITY_ORGANIZATION_A', 20);
12 end DELETE_SECURITY_ORGANIZATION_A;
13 procedure DELETE_SECURITY_ORGANIZATION_B
14 (P_SECURITY_ORGANIZATION_ID in NUMBER
15 ,P_OBJECT_VERSION_NUMBER in NUMBER
16 )is
17 begin
18 hr_utility.set_location('Entering: HR_SECURITY_ORGANIZATION_BK3.DELETE_SECURITY_ORGANIZATION_B', 10);
19 hr_utility.set_location(' Leaving: HR_SECURITY_ORGANIZATION_BK3.DELETE_SECURITY_ORGANIZATION_B', 20);
20 end DELETE_SECURITY_ORGANIZATION_B;
21 end HR_SECURITY_ORGANIZATION_BK3;