DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_BK1 dependencies on HR_API

Line 70: l_commit_unit_number := hr_api.return_commit_unit;

66: l_commit_unit_number number;
67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
73: if l_legislation_code = 'FR' then
74: PY_FR_ADDITIONAL_ELEMENT_RULES.CREATE_EXTRA_ELEMENTS

Line 71: if hr_api.call_leg_hooks then

67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
73: if l_legislation_code = 'FR' then
74: PY_FR_ADDITIONAL_ELEMENT_RULES.CREATE_EXTRA_ELEMENTS
75: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

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

68: begin
69: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
73: if l_legislation_code = 'FR' then
74: PY_FR_ADDITIONAL_ELEMENT_RULES.CREATE_EXTRA_ELEMENTS
75: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
76: ,P_ACCRUAL_PLAN_ID => P_ACCRUAL_PLAN_ID

Line 86: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_ACCRUAL_PLAN', 'AP');

82: );
83: end if;
84: end if;
85: hr_multi_message.end_validation_set;
86: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_ACCRUAL_PLAN', 'AP');
87: hr_utility.set_location(' Leaving: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 20);
88: end CREATE_ACCRUAL_PLAN_A;
89: procedure CREATE_ACCRUAL_PLAN_B
90: (P_EFFECTIVE_DATE in DATE

Line 139: if hr_api.call_leg_hooks then

135: l_commit_unit_number number;
136: l_legislation_code varchar2(30);
137: begin
138: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 10);
139: if hr_api.call_leg_hooks then
140: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
141: end if;
142: hr_utility.set_location(' Leaving: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 20);
143: end CREATE_ACCRUAL_PLAN_B;

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

136: l_legislation_code varchar2(30);
137: begin
138: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 10);
139: if hr_api.call_leg_hooks then
140: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
141: end if;
142: hr_utility.set_location(' Leaving: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 20);
143: end CREATE_ACCRUAL_PLAN_B;
144: end HR_ACCRUAL_PLAN_BK1;