DBA Data[Home] [Help]

APPS.PER_ZA_PTO_ACCRUAL_PERIOD dependencies on PER_ZA_PTO_ACCRUAL_PERIOD

Line 1: package body PER_ZA_PTO_ACCRUAL_PERIOD as

1: package body PER_ZA_PTO_ACCRUAL_PERIOD as
2: /* $Header: perzaapl.pkb 120.5 2007/11/29 04:59:02 rbabla noship $ */
3: /* ======================================================================
4: REM Change List:
5: REM ------------

Line 272: l_proc varchar2(80) := 'PER_ZA_PTO_ACCRUAL_PERIOD.ZA_PTO_SICKLEAVE_PERIOD_LOOP';

268: l_Error number;
269: l_Acc_Freq char;
270: l_Acc_Mult number;
271: l_daysoff number;
272: l_proc varchar2(80) := 'PER_ZA_PTO_ACCRUAL_PERIOD.ZA_PTO_SICKLEAVE_PERIOD_LOOP';
273: begin
274: l_Beginning_Calc_Year_SD := per_formula_functions.get_date('BEGINNING_OF_CALCULATION_YEAR');
275: l_Last_Period_SD := per_formula_functions.get_date('LAST_PERIOD_SD');
276: l_Last_Period_ED := per_formula_functions.get_date('LAST_PERIOD_ED');

Line 346: l_proc varchar2(80) := 'PER_ZA_PTO_ACCRUAL_PERIOD.ZA_PTO_CARRYOVER_RESI_VALUE';

342: l_dummy13 date;
343: l_net_entitlement2 number;
344: l_effective_date2 date;
345: l_total_accrual2 number;
346: l_proc varchar2(80) := 'PER_ZA_PTO_ACCRUAL_PERIOD.ZA_PTO_CARRYOVER_RESI_VALUE';
347: l_carryover_pre number; --Bug 4293298
348: l_Beginning_Calc_Year date;
349: l_other2 number;
350:

Line 484: end PER_ZA_PTO_ACCRUAL_PERIOD;

480:
481: /* End of 2932073 and 2878657 */
482:
483: --
484: end PER_ZA_PTO_ACCRUAL_PERIOD;