DBA Data[Home] [Help]

PACKAGE BODY: APPS.BEN_COURT_ORDERS_BK3

Source


1 package body BEN_COURT_ORDERS_BK3 as
2 /* $Header: becrtapi.pkb 115.6 2003/01/16 14:34:04 generated ship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2007/01/03 21:31:03 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_COURT_ORDERS_A
6 (P_CRT_ORDR_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_COURT_ORDERS_BK3.DELETE_COURT_ORDERS_A', 10);
12 hr_utility.set_location(' Leaving: BEN_COURT_ORDERS_BK3.DELETE_COURT_ORDERS_A', 20);
13 end DELETE_COURT_ORDERS_A;
14 procedure DELETE_COURT_ORDERS_B
15 (P_CRT_ORDR_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_COURT_ORDERS_BK3.DELETE_COURT_ORDERS_B', 10);
21 hr_utility.set_location(' Leaving: BEN_COURT_ORDERS_BK3.DELETE_COURT_ORDERS_B', 20);
22 end DELETE_COURT_ORDERS_B;
23 end BEN_COURT_ORDERS_BK3;