DBA Data[Home] [Help]

PACKAGE: APPS.HR_PARTICIPANTS_BK3

Source


1 Package hr_participants_bk3 AUTHID CURRENT_USER as
2 /* $Header: peparapi.pkh 120.3 2008/03/31 12:28:09 ubhat ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< delete_participant_b >--------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 Procedure delete_participant_b
9 	(
10          p_participant_id          in   number,
11          p_object_version_number   in   number
12 	);
13 --
14 -- ----------------------------------------------------------------------------
15 -- |------------------------< delete_participant_a >--------------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 Procedure delete_participant_a
19 	(
20           p_participant_id         in   number,
21           p_object_version_number  in   number
22 	);
23 
24 end hr_participants_bk3;