DBA Data[Home] [Help]

PACKAGE: APPS.HR_ELC_CONSTITUENCYS_API_BK3

Source


1 Package hr_elc_constituencys_api_bk3 AUTHID CURRENT_USER as
2 /* $Header: peecoapi.pkh 120.1 2005/10/02 02:15:15 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |--------------------< delete_election_constituency_b >---------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_election_constituency_b
9   (p_election_constituency_id      in     number
10   ,p_object_version_number         in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |--------------------< delete_election_constituency_a >---------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure delete_election_constituency_a
18   (p_election_constituency_id      in     number
19   ,p_object_version_number         in     number
20   );
21 --
22 end hr_elc_constituencys_api_bk3;