DBA Data[Home] [Help]

APPS.PQP_GAP_BUS dependencies on PQP_GAP_BUS

Line 1: Package Body pqp_gap_bus as

1: Package Body pqp_gap_bus as
2: /* $Header: pqgaprhi.pkb 120.1 2005/06/30 12:04:22 rpinjala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pqp_gap_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_gap_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 126: if ( nvl(pqp_gap_bus.g_assignment_id, hr_api.g_number)

122: ,p_argument => 'p_assignment_id'
123: ,p_argument_value => p_assignment_id
124: );
125: --
126: if ( nvl(pqp_gap_bus.g_assignment_id, hr_api.g_number)
127: = p_assignment_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := pqp_gap_bus.g_legislation_code;

129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global
131: -- variable.
132: --
133: l_legislation_code := pqp_gap_bus.g_legislation_code;
134: hr_utility.set_location(l_proc, 20);
135: else
136: --
137: -- The ID is different to the last call to this function

Line 157: pqp_gap_bus.g_assignment_id := p_assignment_id;

153: -- Set the global variables so the values are
154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: pqp_gap_bus.g_assignment_id := p_assignment_id;
158: pqp_gap_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;

Line 158: pqp_gap_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: pqp_gap_bus.g_assignment_id := p_assignment_id;
158: pqp_gap_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 201: if ( nvl(pqp_gap_bus.g_gap_absence_plan_id, hr_api.g_number)

197: ,p_argument => 'gap_absence_plan_id'
198: ,p_argument_value => p_gap_absence_plan_id
199: );
200: --
201: if ( nvl(pqp_gap_bus.g_gap_absence_plan_id, hr_api.g_number)
202: = p_gap_absence_plan_id) then
203: --
204: -- The legislation code has already been found with a previous
205: -- call to this function. Just return the value in the global

Line 208: l_legislation_code := pqp_gap_bus.g_legislation_code;

204: -- The legislation code has already been found with a previous
205: -- call to this function. Just return the value in the global
206: -- variable.
207: --
208: l_legislation_code := pqp_gap_bus.g_legislation_code;
209: hr_utility.set_location(l_proc, 20);
210: else
211: --
212: -- The ID is different to the last call to this function

Line 232: pqp_gap_bus.g_gap_absence_plan_id := p_gap_absence_plan_id;

228: -- Set the global variables so the values are
229: -- available for the next call to this function.
230: --
231: close csr_leg_code;
232: pqp_gap_bus.g_gap_absence_plan_id := p_gap_absence_plan_id;
233: pqp_gap_bus.g_legislation_code := l_legislation_code;
234: end if;
235: hr_utility.set_location(' Leaving:'|| l_proc, 40);
236: return l_legislation_code;

Line 233: pqp_gap_bus.g_legislation_code := l_legislation_code;

229: -- available for the next call to this function.
230: --
231: close csr_leg_code;
232: pqp_gap_bus.g_gap_absence_plan_id := p_gap_absence_plan_id;
233: pqp_gap_bus.g_legislation_code := l_legislation_code;
234: end if;
235: hr_utility.set_location(' Leaving:'|| l_proc, 40);
236: return l_legislation_code;
237: end return_gap_legislation_code;

Line 497: pqp_gap_bus.set_security_group_id

493: hr_utility.set_location('Entering:'||l_proc, 5);
494: --
495: -- Call all supporting business operations
496: --
497: pqp_gap_bus.set_security_group_id
498: (p_gap_absence_plan_id => p_rec.gap_absence_plan_id
499: );
500: --
501: -- Validate Dependent Attributes

Line 537: end pqp_gap_bus;

533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 10);
535: End delete_validate;
536: --
537: end pqp_gap_bus;