DBA Data[Home] [Help]

APPS.PER_MEDICAL_ASSESSMENT_BK2 dependencies on HR_API

Line 165: l_commit_unit_number := hr_api.return_commit_unit;

161: l_commit_unit_number number;
162: l_legislation_code varchar2(30);
163: begin
164: hr_utility.set_location('Entering: PER_MEDICAL_ASSESSMENT_BK2.UPDATE_MEDICAL_ASSESSMENT_B', 10);
165: l_commit_unit_number := hr_api.return_commit_unit;
166: if hr_api.call_leg_hooks then
167: l_legislation_code := PER_MEA_BUS.RETURN_LEGISLATION_CODE(P_MEDICAL_ASSESSMENT_ID => P_MEDICAL_ASSESSMENT_ID
168: );
169: if l_legislation_code = 'RO' then

Line 166: if hr_api.call_leg_hooks then

162: l_legislation_code varchar2(30);
163: begin
164: hr_utility.set_location('Entering: PER_MEDICAL_ASSESSMENT_BK2.UPDATE_MEDICAL_ASSESSMENT_B', 10);
165: l_commit_unit_number := hr_api.return_commit_unit;
166: if hr_api.call_leg_hooks then
167: l_legislation_code := PER_MEA_BUS.RETURN_LEGISLATION_CODE(P_MEDICAL_ASSESSMENT_ID => P_MEDICAL_ASSESSMENT_ID
168: );
169: if l_legislation_code = 'RO' then
170: PER_RO_MEDICAL_ASSESSMENT.CHECK_RO_MEDICAL_ASSMNT

Line 178: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_MEDICAL_ASSESSMENT', 'BP');

174: ,P_INCIDENT_ID => P_INCIDENT_ID
175: );
176: end if;
177: end if;
178: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_MEDICAL_ASSESSMENT', 'BP');
179: hr_utility.set_location(' Leaving: PER_MEDICAL_ASSESSMENT_BK2.UPDATE_MEDICAL_ASSESSMENT_B', 20);
180: end UPDATE_MEDICAL_ASSESSMENT_B;
181: end PER_MEDICAL_ASSESSMENT_BK2;