DBA Data[Home] [Help]

APPS.PER_DISABILITY_API_BK2 dependencies on HR_UTILITY

Line 91: hr_utility.set_location('Entering: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_A', 10);

87: )is
88: l_commit_unit_number number;
89: l_legislation_code varchar2(30);
90: begin
91: hr_utility.set_location('Entering: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_A', 10);
92: l_commit_unit_number := hr_api.return_commit_unit;
93: if hr_api.call_leg_hooks then
94: l_legislation_code := PER_DIS_BUS.RETURN_LEGISLATION_CODE(P_DISABILITY_ID => P_DISABILITY_ID
95: );

Line 119: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_A', 20);

115: end if;
116: end if;
117: hr_multi_message.end_validation_set;
118: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_DISABILITY', 'AP');
119: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_A', 20);
120: end UPDATE_DISABILITY_A;
121: procedure UPDATE_DISABILITY_B
122: (P_EFFECTIVE_DATE in DATE
123: ,P_DATETRACK_MODE in VARCHAR2

Line 205: hr_utility.set_location('Entering: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_B', 10);

201: )is
202: l_commit_unit_number number;
203: l_legislation_code varchar2(30);
204: begin
205: hr_utility.set_location('Entering: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_B', 10);
206: l_commit_unit_number := hr_api.return_commit_unit;
207: if hr_api.call_leg_hooks then
208: l_legislation_code := PER_DIS_BUS.RETURN_LEGISLATION_CODE(P_DISABILITY_ID => P_DISABILITY_ID
209: );

Line 251: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_B', 20);

247: );
248: end if;
249: end if;
250: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_DISABILITY', 'BP');
251: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK2.UPDATE_DISABILITY_B', 20);
252: end UPDATE_DISABILITY_B;
253: end PER_DISABILITY_API_BK2;