DBA Data[Home] [Help]

PACKAGE: APPS.HR_PER_DEPLYMT_CONTACT_BK1

Source


1 Package HR_PER_DEPLYMT_CONTACT_BK1 AUTHID CURRENT_USER as
2 /* $Header: hrpdcapi.pkh 120.2 2008/04/03 14:19:00 ubhat ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< create_per_deplymt_contact_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_per_deplymt_contact_b
9   (p_person_deployment_id          in     number
10   ,p_contact_relationship_id          in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |-------------------------< create_per_deplymt_contact_a >-----------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure create_per_deplymt_contact_a
18   (p_person_deployment_id          in     number
19   ,p_contact_relationship_id       in     number
20   ,p_per_deplymt_contact_id        in     number
21   ,p_object_version_number         in     number
22   );
23 --
24 end HR_PER_DEPLYMT_CONTACT_BK1;