DBA Data[Home] [Help]

APPS.PER_ABT_BUS dependencies on PER_ABT_BUS

Line 1: Package Body per_abt_bus as

1: Package Body per_abt_bus as
2: /* $Header: peabtrhi.pkb 120.1 2005/10/10 04:12 bshukla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)

51: ,p_argument_value => p_absence_attendance_type_id
52: );
53: --
54: --
55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)
56: = p_absence_attendance_type_id)
57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)
58: = p_language)) then
59: --

Line 57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)

53: --
54: --
55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)
56: = p_absence_attendance_type_id)
57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)
58: = p_language)) then
59: --
60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global

Line 64: l_legislation_code := per_abt_bus.g_legislation_code;

60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global
62: -- variable.
63: --
64: l_legislation_code := per_abt_bus.g_legislation_code;
65: hr_utility.set_location(l_proc, 20);
66: else
67: --
68: -- The ID is different to the last call to this function

Line 88: per_abt_bus.g_absence_attendance_type_id := p_absence_attendance_type_id;

84: -- Set the global variables so the values are
85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: per_abt_bus.g_absence_attendance_type_id := p_absence_attendance_type_id;
89: per_abt_bus.g_language := p_language;
90: per_abt_bus.g_legislation_code := l_legislation_code;
91: end if;
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 89: per_abt_bus.g_language := p_language;

85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: per_abt_bus.g_absence_attendance_type_id := p_absence_attendance_type_id;
89: per_abt_bus.g_language := p_language;
90: per_abt_bus.g_legislation_code := l_legislation_code;
91: end if;
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);
93: return l_legislation_code;

Line 90: per_abt_bus.g_legislation_code := l_legislation_code;

86: --
87: close csr_leg_code;
88: per_abt_bus.g_absence_attendance_type_id := p_absence_attendance_type_id;
89: per_abt_bus.g_language := p_language;
90: per_abt_bus.g_legislation_code := l_legislation_code;
91: end if;
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);
93: return l_legislation_code;
94: end return_legislation_code;

Line 254: per_abt_bus.chk_name

250: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.
251: --
252: -- Validate Dependent Attributes
253: --
254: per_abt_bus.chk_name
255: ( p_rec => p_rec
256: , p_absence_attendance_type_id => p_absence_attendance_type_id
257: );
258: --

Line 285: per_abt_bus.chk_name

281: chk_non_updateable_args
282: (p_rec => p_rec
283: );
284: --
285: per_abt_bus.chk_name
286: ( p_rec => p_rec
287: , p_absence_attendance_type_id => p_rec.absence_attendance_type_id
288: );
289: --

Line 307: per_abt_bus.chk_delete

303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Call all supporting business operations
306: --
307: per_abt_bus.chk_delete
308: ( p_absence_attendance_type_id => p_rec.absence_attendance_type_id );
309: --
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: End delete_validate;

Line 348: nvl(per_abt_bus.g_business_group_id,abb.business_group_id)));

344: and abb.absence_attendance_type_id = abt.absence_attendance_type_id
345: and (abb.business_group_id is null
346: or (abb.business_group_id is not null
347: and abb.business_group_id =
348: nvl(per_abt_bus.g_business_group_id,abb.business_group_id)));
349: --
350: BEGIN
351: --
352: hr_utility.set_location('Entering:'||l_proc,5);

Line 368: end per_abt_bus;

364: hr_utility.set_location('Leaving:'||l_proc,10);
365: --
366: end validate_translation;
367: --
368: end per_abt_bus;