DBA Data[Home] [Help]

APPS.PAY_ACCRUAL_PLAN_BK1 dependencies on HR_UTILITY

Line 69: hr_utility.set_location('Entering: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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_PAY_ACCRUAL_PLAN', 'AP');
87: hr_utility.set_location(' Leaving: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_ACCRUAL_PLAN_A', 20);
88: end CREATE_PAY_ACCRUAL_PLAN_A;
89: procedure CREATE_PAY_ACCRUAL_PLAN_B
90: (P_EFFECTIVE_DATE in DATE
91: ,P_BUSINESS_GROUP_ID in NUMBER

Line 138: hr_utility.set_location('Entering: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_ACCRUAL_PLAN_B', 20);

Line 142: hr_utility.set_location(' Leaving: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_ACCRUAL_PLAN_B', 20);

138: hr_utility.set_location('Entering: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_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: PAY_ACCRUAL_PLAN_BK1.CREATE_PAY_ACCRUAL_PLAN_B', 20);
143: end CREATE_PAY_ACCRUAL_PLAN_B;
144: end PAY_ACCRUAL_PLAN_BK1;