DBA Data[Home] [Help]

APPS.PER_PL_TERMINATION dependencies on PER_PL_TERMINATION

Line 1: PACKAGE BODY PER_PL_TERMINATION as

1: PACKAGE BODY PER_PL_TERMINATION as
2: /* $Header: peplterp.pkb 120.0 2006/03/01 22:41:38 mseshadr noship $ */
3:
4: PROCEDURE REVERSE(p_period_of_service_id per_periods_of_service.period_of_service_id%TYPE
5: ,p_actual_termination_date per_periods_of_service.actual_termination_date%TYPE

Line 68: l_proc:='PER_PL_TERMINATION.REVERSE';

64: return; -- Polish HR not installed
65: End if;
66:
67: if l_debug then
68: l_proc:='PER_PL_TERMINATION.REVERSE';
69: hr_utility.set_location('Entering: '||l_proc,10);
70: end if;
71:
72: for i in csr_normal_assignments loop

Line 160: l_proc:='PER_PL_TERMINATION.ACTUAL_TERMINATION_EMP';

156: Begin
157: l_debug:=hr_utility.debug_enabled;
158:
159: if l_debug then
160: l_proc:='PER_PL_TERMINATION.ACTUAL_TERMINATION_EMP';
161: hr_utility.set_location(l_proc,10);
162: end if;
163:
164:

Line 203: End PER_PL_TERMINATION;

199: if l_debug then
200: hr_utility.set_location(l_proc,40);
201: end if;
202: END Actual_Termination_Emp;
203: End PER_PL_TERMINATION;
204: