DBA Data[Home] [Help]

APPS.PER_DISABILITY_API_BK1 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_BK1.CREATE_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_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_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_BK1.CREATE_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_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_ID
95: );
96: if l_legislation_code = 'HU' then
97: PER_HU_DISABILITY.CREATE_HU_DISABILITY

Line 118: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_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, 'CREATE_DISABILITY', 'AP');
119: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_A', 20);
120: end CREATE_DISABILITY_A;
121: procedure CREATE_DISABILITY_B
122: (P_EFFECTIVE_DATE in DATE

Line 204: l_commit_unit_number := hr_api.return_commit_unit;

200: l_commit_unit_number number;
201: l_legislation_code varchar2(30);
202: begin
203: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 10);
204: l_commit_unit_number := hr_api.return_commit_unit;
205: if hr_api.call_leg_hooks then
206: l_legislation_code := PER_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_ID
207: );
208: if l_legislation_code = 'AE' then

Line 205: if hr_api.call_leg_hooks then

201: l_legislation_code varchar2(30);
202: begin
203: hr_utility.set_location('Entering: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 10);
204: l_commit_unit_number := hr_api.return_commit_unit;
205: if hr_api.call_leg_hooks then
206: l_legislation_code := PER_PER_BUS.RETURN_LEGISLATION_CODE(P_PERSON_ID => P_PERSON_ID
207: );
208: if l_legislation_code = 'AE' then
209: HR_AE_VALIDATE_PKG.CREATE_DISABILITY_VALIDATE

Line 248: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DISABILITY', 'BP');

244: (P_CATEGORY => P_CATEGORY
245: );
246: end if;
247: end if;
248: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_DISABILITY', 'BP');
249: hr_utility.set_location(' Leaving: PER_DISABILITY_API_BK1.CREATE_DISABILITY_B', 20);
250: end CREATE_DISABILITY_B;
251: end PER_DISABILITY_API_BK1;