DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_BK1 dependencies on HR_ACCRUAL_PLAN_BK1

Line 1: package body HR_ACCRUAL_PLAN_BK1 as

1: package body HR_ACCRUAL_PLAN_BK1 as
2: /* $Header: hrpapapi.pkb 120.1.12010000.1 2008/07/28 03:37:25 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2009/03/30 04:46:04 (YYYY/MM/DD HH24:MI:SS)
5: procedure CREATE_ACCRUAL_PLAN_A

Line 69: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 10);

65: )is
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

Line 87: hr_utility.set_location(' Leaving: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_A', 20);

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
91: ,P_BUSINESS_GROUP_ID in NUMBER

Line 138: hr_utility.set_location('Entering: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 10);

134: )is
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);

Line 142: hr_utility.set_location(' Leaving: HR_ACCRUAL_PLAN_BK1.CREATE_ACCRUAL_PLAN_B', 20);

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;

Line 144: end HR_ACCRUAL_PLAN_BK1;

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;