DBA Data[Home] [Help]

APPS.HR_CONTRACT_BK2 dependencies on HR_CONTRACT_BK2

Line 1: package body HR_CONTRACT_BK2 as

1: package body HR_CONTRACT_BK2 as
2: /* $Header: hrctcapi.pkb 115.18 2002/12/16 09:37:50 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2009/03/30 04:53:55 (YYYY/MM/DD HH24:MI:SS)
5: procedure UPDATE_CONTRACT_A

Line 75: hr_utility.set_location('Entering: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 10);

71: ,P_EFFECTIVE_DATE in DATE
72: ,P_DATETRACK_MODE in VARCHAR2
73: )is
74: begin
75: hr_utility.set_location('Entering: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 10);
76: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 20);
77: end UPDATE_CONTRACT_A;
78: procedure UPDATE_CONTRACT_B
79: (P_CONTRACT_ID in NUMBER

Line 76: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 20);

72: ,P_DATETRACK_MODE in VARCHAR2
73: )is
74: begin
75: hr_utility.set_location('Entering: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 10);
76: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_A', 20);
77: end UPDATE_CONTRACT_A;
78: procedure UPDATE_CONTRACT_B
79: (P_CONTRACT_ID in NUMBER
80: ,P_BUSINESS_GROUP_ID in NUMBER

Line 148: hr_utility.set_location('Entering: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 10);

144: )is
145: l_commit_unit_number number;
146: l_legislation_code varchar2(30);
147: begin
148: hr_utility.set_location('Entering: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 10);
149: l_commit_unit_number := hr_api.return_commit_unit;
150: if hr_api.call_leg_hooks then
151: l_legislation_code := PER_CTC_BUS.return_legislation_code(P_CONTRACT_ID => P_CONTRACT_ID
152: );

Line 214: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 20);

210: );
211: end if;
212: end if;
213: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONTRACT', 'BP');
214: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 20);
215: end UPDATE_CONTRACT_B;
216: end HR_CONTRACT_BK2;

Line 216: end HR_CONTRACT_BK2;

212: end if;
213: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONTRACT', 'BP');
214: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 20);
215: end UPDATE_CONTRACT_B;
216: end HR_CONTRACT_BK2;