DBA Data[Home] [Help]

PACKAGE BODY: APPS.IRC_OFFERS_BK3

Source


1 package body IRC_OFFERS_BK3 as
2 /* $Header: iriofapi.pkb 120.41 2011/04/08 12:04:28 generated ship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2012/11/27 03:53:12 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_OFFER_A
6 (P_OBJECT_VERSION_NUMBER in NUMBER
7 ,P_OFFER_ID in NUMBER
8 )is
9 l_commit_unit_number number;
10 l_legislation_code   varchar2(30);
11 begin
12 hr_utility.set_location('Entering: IRC_OFFERS_BK3.DELETE_OFFER_A', 10);
13 l_commit_unit_number := hr_api.return_commit_unit;
14 if hr_api.call_app_hooks then
15 irc_offers_be3.DELETE_OFFER_A
16 (P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
17 ,P_OFFER_ID => P_OFFER_ID
18 );
19 end if;
20 hr_multi_message.end_validation_set;
21 hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_OFFER', 'AP');
22 hr_utility.set_location(' Leaving: IRC_OFFERS_BK3.DELETE_OFFER_A', 20);
23 end DELETE_OFFER_A;
24 procedure DELETE_OFFER_B
25 (P_OBJECT_VERSION_NUMBER in NUMBER
26 ,P_OFFER_ID in NUMBER
27 )is
28 begin
29 hr_utility.set_location('Entering: IRC_OFFERS_BK3.DELETE_OFFER_B', 10);
30 hr_utility.set_location(' Leaving: IRC_OFFERS_BK3.DELETE_OFFER_B', 20);
31 end DELETE_OFFER_B;
32 end IRC_OFFERS_BK3;