DBA Data[Home] [Help]

PACKAGE: APPS.BEN_ELIG_DSBLTY_CTG_PRTE_BK3

Source


1 Package BEN_ELIG_DSBLTY_CTG_PRTE_BK3 AUTHID CURRENT_USER as
2 /* $Header: beectapi.pkh 120.0 2005/05/28 01:54:03 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< delete_ELIG_dsblty_ctg_PRTE_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure DELETE_ELIG_DSBLTY_CTG_PRTE_B
9   (
10    p_elig_dsblty_ctg_PRTE_id        in  number
11   ,p_object_version_number          in  number
12   ,p_effective_date                 in  date
13   ,p_datetrack_mode              in varchar2
14   );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |---------------------------< delete_ELIG_dsblty_ctg_PRTE_a >-----------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure DELETE_ELIG_DSBLTY_CTG_PRTE_A
21   (
22    p_elig_dsblty_ctg_PRTE_id        in  number
23   ,p_effective_start_date           in  date
24   ,p_effective_end_date             in  date
25   ,p_object_version_number          in  number
26   ,p_effective_date                 in  date
27   ,p_datetrack_mode              in varchar2
28   );
29 --
30 end BEN_ELIG_DSBLTY_CTG_PRTE_BK3;