DBA Data[Home] [Help]

APPS.HR_CONTRACT_BK2 dependencies on HR_UTILITY

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 221: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 20);

217: );
218: end if;
219: end if;
220: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONTRACT', 'BP');
221: hr_utility.set_location(' Leaving: HR_CONTRACT_BK2.UPDATE_CONTRACT_B', 20);
222: end UPDATE_CONTRACT_B;
223: end HR_CONTRACT_BK2;