DBA Data[Home] [Help]

PACKAGE BODY: APPS.PSP_ORGANIZATION_ACCOUNTS_BK3

Source


1 package body PSP_ORGANIZATION_ACCOUNTS_BK3 as
2 /* $Header: PSPOAAIB.pls 120.0 2005/11/20 23:57:11 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2008/11/06 01:40:04 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_ORGANIZATION_ACCOUNT_A
6 (P_ORGANIZATION_ACCOUNT_ID in NUMBER
7 )is
8 begin
9 hr_utility.set_location('Entering: PSP_ORGANIZATION_ACCOUNTS_BK3.DELETE_ORGANIZATION_ACCOUNT_A', 10);
10 hr_utility.set_location(' Leaving: PSP_ORGANIZATION_ACCOUNTS_BK3.DELETE_ORGANIZATION_ACCOUNT_A', 20);
11 end DELETE_ORGANIZATION_ACCOUNT_A;
12 procedure DELETE_ORGANIZATION_ACCOUNT_B
13 (P_ORGANIZATION_ACCOUNT_ID in NUMBER
14 )is
15 begin
16 hr_utility.set_location('Entering: PSP_ORGANIZATION_ACCOUNTS_BK3.DELETE_ORGANIZATION_ACCOUNT_B', 10);
17 hr_utility.set_location(' Leaving: PSP_ORGANIZATION_ACCOUNTS_BK3.DELETE_ORGANIZATION_ACCOUNT_B', 20);
18 end DELETE_ORGANIZATION_ACCOUNT_B;
19 end PSP_ORGANIZATION_ACCOUNTS_BK3;