DBA Data[Home] [Help]

PACKAGE BODY: APPS.IRC_DEFAULT_POSTING_BK3

Source


1 package body IRC_DEFAULT_POSTING_BK3 as
2 /* $Header: iridpapi.pkb 120.0 2005/07/26 15:06:35 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2008/11/06 00:45:37 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_DEFAULT_POSTING_A
6 (P_DEFAULT_POSTING_ID in NUMBER
7 )is
8 l_commit_unit_number number;
9 l_legislation_code   varchar2(30);
10 begin
11 hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 10);
12 l_commit_unit_number := hr_api.return_commit_unit;
13 if hr_api.call_app_hooks then
14 irc_default_posting_be3.DELETE_DEFAULT_POSTING_A
15 (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID
16 );
17 end if;
18 hr_multi_message.end_validation_set;
19 hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_DEFAULT_POSTING', 'AP');
20 hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_A', 20);
21 end DELETE_DEFAULT_POSTING_A;
22 procedure DELETE_DEFAULT_POSTING_B
23 (P_DEFAULT_POSTING_ID in NUMBER
24 )is
25 begin
26 hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_B', 10);
27 hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK3.DELETE_DEFAULT_POSTING_B', 20);
28 end DELETE_DEFAULT_POSTING_B;
29 end IRC_DEFAULT_POSTING_BK3;