DBA Data[Home] [Help]

PACKAGE: APPS.HR_DT_POSITION_API

Source


1 Package hr_dt_position_api AUTHID CURRENT_USER as
2 /* $Header: hrpsfapi.pkh 115.8 2003/02/11 02:41:57 sgoyal ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< create_dt_position >------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:  This is api is obsolete use HR_POSITION_API.CREATE_POSTION to create positions
10 --
11 
12 -- ----------------------------------------------------------------------------
13 -- |------------------------< update_position >------------------------|
14 -- ----------------------------------------------------------------------------
15 -- {Start Of Comments}
16 --
17 -- Description: This is api is obsolete use HR_POSITION_API.UPDATE_POSTION to update positions
18 --
19 
20 --
21 -- ----------------------------------------------------------------------------
22 -- |------------------------< delete_dt_position >------------------------|
23 -- ----------------------------------------------------------------------------
24 -- {Start Of Comments}
25 --
26 -- Description: This is api is obsolete use HR_POSITION_API.DELETE_POSTION to delete positions
27 --
28 --
29 -- ----------------------------------------------------------------------------
30 -- |----------------------------------< lck >---------------------------------|
31 -- ----------------------------------------------------------------------------
32 -- {Start Of Comments}
33 --
34 -- Description: This is api is obsolete use HR_POSITION_API instead
35 --
36 
37 --
38 -- ----------------------------------------------------------------------------
39 -- |---------------------------< delete_dt_position_a >-----------------|
40 -- ----------------------------------------------------------------------------
41 --
42 --
43 end;