DBA Data[Home] [Help]

APPS.PAY_FR_TERMINATION_PKG dependencies on PAY_FR_TERMINATION_PKG

Line 1: package body PAY_FR_TERMINATION_PKG as

1: package body PAY_FR_TERMINATION_PKG as
2: /* $Header: pyfrterm.pkb 120.0 2005/05/29 05:11:23 appldev noship $ */
3: /*---------------------------------------------------------------------------------------------------------------
4: This function obtains details of the number of hours an employee has worked relative to a full time employee.
5: For a full time employee the value is = to the number of hours they would normally have worked

Line 42: g_package varchar2(30) := 'PAY_FR_TERMINATION_PKG';

38: l_months_worked_post_service number := 0;
39: l_last_day_worked DATE;
40: l_actual_months_worked number := 0;
41: l_period_of_service_id number;
42: g_package varchar2(30) := 'PAY_FR_TERMINATION_PKG';
43: l_proc varchar2(72) := g_package||'get_termination_service_det';
44: i number :=0;
45:
46: l_current_monthly_ref_hours number :=0;

Line 441: end PAY_FR_TERMINATION_PKG;

437: RETURN 999;
438: Raise;
439:
440: End get_termination_service_det;
441: end PAY_FR_TERMINATION_PKG;