DBA Data[Home] [Help]

APPS.PER_ACCRUAL_CALC_FUNCTIONS dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 1: package body per_accrual_calc_functions as

1: package body per_accrual_calc_functions as
2: /* $Header: peaclcal.pkb 120.6.12010000.3 2008/09/25 05:12:15 nshrikha ship $ */
3: --
4: -- Start of fix 3222662
5: Type g_entry_value is table of

Line 13: g_package varchar2(50) := ' per_accrual_calc_functions.'; -- Global package name

9: index by binary_integer;
10: Type g_effective_date is table of date index by binary_integer;
11: -- End of 3222662
12: --
13: g_package varchar2(50) := ' per_accrual_calc_functions.'; -- Global package name
14:
15: /* =====================================================================
16: Name : Calculate_Accrual
17: Purpose : Determines whether an assignment is enrolled in a plan, and

Line 1094: end per_accrual_calc_functions;

1090:
1091: END get_working_days;
1092: --
1093: --
1094: end per_accrual_calc_functions;