DBA Data[Home] [Help]

APPS.PER_DISABILITY_API_BK2 dependencies on HR_API

Line 92: l_commit_unit_number := hr_api.return_commit_unit;

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: );
96: if l_legislation_code = 'HU' then

Line 93: if hr_api.call_leg_hooks then

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: );
96: if l_legislation_code = 'HU' then
97: PER_HU_DISABILITY.UPDATE_HU_DISABILITY

Line 118: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_DISABILITY', 'AP');

114: );
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

Line 206: l_commit_unit_number := hr_api.return_commit_unit;

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: );
210: if l_legislation_code = 'AE' then

Line 207: if hr_api.call_leg_hooks then

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: );
210: if l_legislation_code = 'AE' then
211: HR_AE_VALIDATE_PKG.UPDATE_DISABILITY_VALIDATE

Line 250: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_DISABILITY', 'BP');

246: (P_CATEGORY => P_CATEGORY
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;