DBA Data[Home] [Help]

PACKAGE BODY: APPS.IRC_LOCATION_PREFERENCES_BK4

Source


1 package body IRC_LOCATION_PREFERENCES_BK4 as
2 /* $Header: irilpapi.pkb 120.3 2011/01/05 07:12:22 generated noship $ */
3 -- Code generated by the Oracle HRMS API Hook Pre-processor
4 -- Created on 2012/11/27 03:53:10 (YYYY/MM/DD HH24:MI:SS)
5 procedure DELETE_LOCATION_PREFERENCE_A
6 (P_LOCATION_PREF_ID in NUMBER
7 ,P_OBJECT_VERSION_NUMBER in NUMBER
8 )is
9 begin
10 hr_utility.set_location('Entering: IRC_LOCATION_PREFERENCES_BK4.DELETE_LOCATION_PREFERENCE_A', 10);
11 hr_utility.set_location(' Leaving: IRC_LOCATION_PREFERENCES_BK4.DELETE_LOCATION_PREFERENCE_A', 20);
12 end DELETE_LOCATION_PREFERENCE_A;
13 procedure DELETE_LOCATION_PREFERENCE_B
14 (P_LOCATION_PREF_ID in NUMBER
15 ,P_OBJECT_VERSION_NUMBER in NUMBER
16 )is
17 begin
18 hr_utility.set_location('Entering: IRC_LOCATION_PREFERENCES_BK4.DELETE_LOCATION_PREFERENCE_B', 10);
19 hr_utility.set_location(' Leaving: IRC_LOCATION_PREFERENCES_BK4.DELETE_LOCATION_PREFERENCE_B', 20);
20 end DELETE_LOCATION_PREFERENCE_B;
21 end IRC_LOCATION_PREFERENCES_BK4;