DBA Data[Home] [Help]

APPS.PQP_PCV_BK2 dependencies on HR_API

Line 113: l_commit_unit_number := hr_api.return_commit_unit;

109: l_commit_unit_number number;
110: l_legislation_code varchar2(30);
111: begin
112: hr_utility.set_location('Entering: PQP_PCV_BK2.UPDATE_CONFIGURATION_VALUE_B', 10);
113: l_commit_unit_number := hr_api.return_commit_unit;
114: if hr_api.call_leg_hooks then
115: l_legislation_code := PQP_PCV_BUS.RETURN_LEGISLATION_CODE(P_CONFIGURATION_VALUE_ID => P_CONFIGURATION_VALUE_ID
116: );
117: if l_legislation_code = 'GB' then

Line 114: if hr_api.call_leg_hooks then

110: l_legislation_code varchar2(30);
111: begin
112: hr_utility.set_location('Entering: PQP_PCV_BK2.UPDATE_CONFIGURATION_VALUE_B', 10);
113: l_commit_unit_number := hr_api.return_commit_unit;
114: if hr_api.call_leg_hooks then
115: l_legislation_code := PQP_PCV_BUS.RETURN_LEGISLATION_CODE(P_CONFIGURATION_VALUE_ID => P_CONFIGURATION_VALUE_ID
116: );
117: if l_legislation_code = 'GB' then
118: PQP_GB_CONFIGURATION_VALUE.UPDATE_CONFIGURATION_VALUE_BP

Line 149: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONFIGURATION_VALUE', 'BP');

145: ,P_CONFIGURATION_NAME => P_CONFIGURATION_NAME
146: );
147: end if;
148: end if;
149: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONFIGURATION_VALUE', 'BP');
150: hr_utility.set_location(' Leaving: PQP_PCV_BK2.UPDATE_CONFIGURATION_VALUE_B', 20);
151: end UPDATE_CONFIGURATION_VALUE_B;
152: end PQP_PCV_BK2;