DBA Data[Home] [Help]

PACKAGE: APPS.BEN_PARTICIPATION_ELIG_BK3

Source


1 Package ben_Participation_Elig_bk3 AUTHID CURRENT_USER as
2 /* $Header: beepaapi.pkh 120.0 2005/05/28 02:35:03 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |--------------------------< delete_Participation_Elig_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_Participation_Elig_b
9   (p_prtn_elig_id                in  number
10   ,p_object_version_number       in  number
11   ,p_effective_date              in  date
12   ,p_datetrack_mode              in  varchar2);
13 --
14 -- ----------------------------------------------------------------------------
15 -- |--------------------------< delete_Participation_Elig_a >-----------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure delete_Participation_Elig_a
19   (p_prtn_elig_id                   in  number
20   ,p_effective_start_date           in  date
21   ,p_effective_end_date             in  date
22   ,p_object_version_number          in  number
23   ,p_effective_date                 in  date
24   ,p_datetrack_mode                 in  varchar2);
25 --
26 end ben_Participation_Elig_bk3;