DBA Data[Home] [Help]

PACKAGE: APPS.HR_POS_HIERARCHY_ELE_BK1

Source


1 Package hr_pos_hierarchy_ele_bk1 as
2 /* $Header: pepseapi.pkh 120.1.12000000.1 2007/01/22 02:04:37 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< create_pos_hierarchy_ele_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_pos_hierarchy_ele_b
9   (p_parent_position_id        in     number
10   ,p_pos_structure_version_id  in     number
11   ,p_subordinate_position_id   in     number
12   ,p_business_group_id         in     number
13   );
14 --
15 -- ----------------------------------------------------------------------------
16 -- |-------------------------< create_pos_hierarchy_ele_a >-------------------------|
17 -- ----------------------------------------------------------------------------
18 --
19 procedure create_pos_hierarchy_ele_a
20   (p_parent_position_id        in     number
21   ,p_pos_structure_version_id  in     number
22   ,p_subordinate_position_id   in     number
23   ,p_business_group_id         in     number
24   );
25 --
26 end hr_pos_hierarchy_ele_bk1;