DBA Data[Home] [Help]

APPS.HR_CONTRACT_BK1 dependencies on HR_API

Line 145: l_commit_unit_number := hr_api.return_commit_unit;

141: l_commit_unit_number number;
142: l_legislation_code varchar2(30);
143: begin
144: hr_utility.set_location('Entering: HR_CONTRACT_BK1.CREATE_CONTRACT_B', 10);
145: l_commit_unit_number := hr_api.return_commit_unit;
146: if hr_api.call_leg_hooks then
147: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
148: if l_legislation_code = 'AE' then
149: HR_AE_VALIDATE_PKG.CONTRACT_VALIDATE

Line 146: if hr_api.call_leg_hooks then

142: l_legislation_code varchar2(30);
143: begin
144: hr_utility.set_location('Entering: HR_CONTRACT_BK1.CREATE_CONTRACT_B', 10);
145: l_commit_unit_number := hr_api.return_commit_unit;
146: if hr_api.call_leg_hooks then
147: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
148: if l_legislation_code = 'AE' then
149: HR_AE_VALIDATE_PKG.CONTRACT_VALIDATE
150: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

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

143: begin
144: hr_utility.set_location('Entering: HR_CONTRACT_BK1.CREATE_CONTRACT_B', 10);
145: l_commit_unit_number := hr_api.return_commit_unit;
146: if hr_api.call_leg_hooks then
147: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
148: if l_legislation_code = 'AE' then
149: HR_AE_VALIDATE_PKG.CONTRACT_VALIDATE
150: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
151: ,P_TYPE => P_TYPE

Line 215: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTRACT', 'BP');

211: ,P_CTR_INFORMATION5 => P_CTR_INFORMATION5
212: );
213: end if;
214: end if;
215: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTRACT', 'BP');
216: hr_utility.set_location(' Leaving: HR_CONTRACT_BK1.CREATE_CONTRACT_B', 20);
217: end CREATE_CONTRACT_B;
218: end HR_CONTRACT_BK1;