DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BK1 dependencies on HR_API

Line 185: l_commit_unit_number := hr_api.return_commit_unit;

181: l_commit_unit_number number;
182: l_legislation_code varchar2(30);
183: begin
184: hr_utility.set_location('Entering: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_A', 10);
185: l_commit_unit_number := hr_api.return_commit_unit;
186: if hr_api.call_app_hooks then
187: hr_assignment_be1.CREATE_SECONDARY_EMP_ASG_A
188: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
189: ,P_PERSON_ID => P_PERSON_ID

Line 186: if hr_api.call_app_hooks then

182: l_legislation_code varchar2(30);
183: begin
184: hr_utility.set_location('Entering: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_A', 10);
185: l_commit_unit_number := hr_api.return_commit_unit;
186: if hr_api.call_app_hooks then
187: hr_assignment_be1.CREATE_SECONDARY_EMP_ASG_A
188: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
189: ,P_PERSON_ID => P_PERSON_ID
190: ,P_ORGANIZATION_ID => P_ORGANIZATION_ID

Line 364: if hr_api.call_leg_hooks then

360: ,P_GRADE_LADDER_PGM_ID => P_GRADE_LADDER_PGM_ID
361: ,P_SUPERVISOR_ASSIGNMENT_ID => P_SUPERVISOR_ASSIGNMENT_ID
362: );
363: end if;
364: if hr_api.call_leg_hooks then
365: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
366: );
367: if l_legislation_code = 'GB' then
368: PER_ASG_AGGR.SET_PAYE_AGGR

Line 396: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SECONDARY_EMP_ASG', 'AP');

392: );
393: end if;
394: end if;
395: hr_multi_message.end_validation_set;
396: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SECONDARY_EMP_ASG', 'AP');
397: hr_utility.set_location(' Leaving: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_A', 20);
398: end CREATE_SECONDARY_EMP_ASG_A;
399: procedure CREATE_SECONDARY_EMP_ASG_B
400: (P_EFFECTIVE_DATE in DATE

Line 565: l_commit_unit_number := hr_api.return_commit_unit;

561: l_commit_unit_number number;
562: l_legislation_code varchar2(30);
563: begin
564: hr_utility.set_location('Entering: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_B', 10);
565: l_commit_unit_number := hr_api.return_commit_unit;
566: if hr_api.call_leg_hooks then
567: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
568: );
569: if l_legislation_code = 'CN' then

Line 566: if hr_api.call_leg_hooks then

562: l_legislation_code varchar2(30);
563: begin
564: hr_utility.set_location('Entering: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_B', 10);
565: l_commit_unit_number := hr_api.return_commit_unit;
566: if hr_api.call_leg_hooks then
567: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
568: );
569: if l_legislation_code = 'CN' then
570: PER_CN_ASG_LEG_HOOK.CHECK_EMP_ASG_CREATE

Line 712: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SECONDARY_EMP_ASG', 'BP');

708: ,P_SCL_SEGMENT6 => P_SCL_SEGMENT6
709: );
710: end if;
711: end if;
712: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_SECONDARY_EMP_ASG', 'BP');
713: hr_utility.set_location(' Leaving: HR_ASSIGNMENT_BK1.CREATE_SECONDARY_EMP_ASG_B', 20);
714: end CREATE_SECONDARY_EMP_ASG_B;
715: end HR_ASSIGNMENT_BK1;