DBA Data[Home] [Help]

PACKAGE: APPS.PER_NL_ABSENCE_TRACK_PKG

Source


1 PACKAGE PER_NL_ABSENCE_TRACK_PKG AUTHID CURRENT_USER AS
2 /* $Header: penlabst.pkh 120.0.12000000.1 2007/01/22 00:21:34 appldev ship $ */
3 --
4 -- Creates Default Absence Actions for a Employee if no actions
5 -- are entered for a employee
6 PROCEDURE create_Default_Absence_Actions
7 	(p_absence_attendance_id number,
8 	 p_effective_date date,
9 	 p_return_status  in out nocopy varchar2 );
10 PROCEDURE chk_Abs_Action_Setup_Exists
11          (p_absence_attendance_id IN number ,
12           p_business_group_id     OUT nocopy NUMBER,
13           p_user_table_name       OUT nocopy VARCHAR2,
14           p_start_date            OUT nocopy DATE,
15           p_setup_exists          OUT nocopy varchar2);
16 END PER_NL_ABSENCE_TRACK_PKG;