DBA Data[Home] [Help]

APPS.PQP_PCV_BK1 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_BK1.CREATE_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 := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
116: if l_legislation_code = 'GB' then
117: PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP

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_BK1.CREATE_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 := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
116: if l_legislation_code = 'GB' then
117: PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP
118: (P_CONFIGURATION_VALUE_ID => P_CONFIGURATION_VALUE_ID

Line 115: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

111: begin
112: hr_utility.set_location('Entering: PQP_PCV_BK1.CREATE_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 := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
116: if l_legislation_code = 'GB' then
117: PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP
118: (P_CONFIGURATION_VALUE_ID => P_CONFIGURATION_VALUE_ID
119: ,P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 147: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONFIGURATION_VALUE', 'BP');

143: ,P_CONFIGURATION_NAME => P_CONFIGURATION_NAME
144: );
145: end if;
146: end if;
147: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONFIGURATION_VALUE', 'BP');
148: hr_utility.set_location(' Leaving: PQP_PCV_BK1.CREATE_CONFIGURATION_VALUE_B', 20);
149: end CREATE_CONFIGURATION_VALUE_B;
150: end PQP_PCV_BK1;