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.10.12020000.5 2012/11/16 10:14:32 lbodired 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 1169: end per_accrual_calc_functions;

1165:
1166: END get_working_days;
1167: --
1168: --
1169: end per_accrual_calc_functions;