DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on PER_ABS_BUS

Line 1: Package Body per_abs_bus as

1: Package Body per_abs_bus as
2: /* $Header: peabsrhi.pkb 120.17.12010000.3 2008/09/12 11:33:01 pvelugul ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_abs_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 2857: if ( nvl(per_abs_bus.g_absence_attendance_id, hr_api.g_number)

2853: ,p_argument => 'absence_attendance_id'
2854: ,p_argument_value => p_absence_attendance_id
2855: );
2856: --
2857: if ( nvl(per_abs_bus.g_absence_attendance_id, hr_api.g_number)
2858: = p_absence_attendance_id) then
2859: --
2860: -- The legislation code has already been found with a previous
2861: -- call to this function. Just return the value in the global

Line 2864: l_legislation_code := per_abs_bus.g_legislation_code;

2860: -- The legislation code has already been found with a previous
2861: -- call to this function. Just return the value in the global
2862: -- variable.
2863: --
2864: l_legislation_code := per_abs_bus.g_legislation_code;
2865: hr_utility.set_location(l_proc, 20);
2866: else
2867: --
2868: -- The ID is different to the last call to this function

Line 2888: per_abs_bus.g_absence_attendance_id:= p_absence_attendance_id;

2884: -- Set the global variables so the values are
2885: -- available for the next call to this function.
2886: --
2887: close csr_leg_code;
2888: per_abs_bus.g_absence_attendance_id:= p_absence_attendance_id;
2889: per_abs_bus.g_legislation_code := l_legislation_code;
2890: end if;
2891: hr_utility.set_location(' Leaving:'|| l_proc, 40);
2892: return l_legislation_code;

Line 2889: per_abs_bus.g_legislation_code := l_legislation_code;

2885: -- available for the next call to this function.
2886: --
2887: close csr_leg_code;
2888: per_abs_bus.g_absence_attendance_id:= p_absence_attendance_id;
2889: per_abs_bus.g_legislation_code := l_legislation_code;
2890: end if;
2891: hr_utility.set_location(' Leaving:'|| l_proc, 40);
2892: return l_legislation_code;
2893: end return_legislation_code;

Line 3474: per_abs_bus.chk_ddf(p_rec);

3470:
3471:
3472: hr_utility.set_location(l_proc, 24);
3473: --
3474: per_abs_bus.chk_ddf(p_rec);
3475: --
3476: per_abs_bus.chk_df(p_rec);
3477: --
3478: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 3476: per_abs_bus.chk_df(p_rec);

3472: hr_utility.set_location(l_proc, 24);
3473: --
3474: per_abs_bus.chk_ddf(p_rec);
3475: --
3476: per_abs_bus.chk_df(p_rec);
3477: --
3478: hr_utility.set_location(' Leaving:'||l_proc, 10);
3479: End insert_validate;
3480: --

Line 3628: per_abs_bus.chk_ddf(p_rec);

3624:
3625:
3626: hr_utility.set_location(l_proc, 24);
3627: --
3628: per_abs_bus.chk_ddf(p_rec);
3629: --
3630: per_abs_bus.chk_df(p_rec);
3631: --
3632: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 3630: per_abs_bus.chk_df(p_rec);

3626: hr_utility.set_location(l_proc, 24);
3627: --
3628: per_abs_bus.chk_ddf(p_rec);
3629: --
3630: per_abs_bus.chk_df(p_rec);
3631: --
3632: hr_utility.set_location(' Leaving:'||l_proc, 10);
3633: End update_validate;
3634: --

Line 3652: end per_abs_bus;

3648: --
3649: hr_utility.set_location(' Leaving:'||l_proc, 10);
3650: End delete_validate;
3651: --
3652: end per_abs_bus;