DBA Data[Home] [Help]

PACKAGE: APPS.BEN_PIL_ELCTBL_CHC_POPL_BK3

Source


1 Package ben_Pil_Elctbl_chc_Popl_bk3 AUTHID CURRENT_USER as
2 /* $Header: bepelapi.pkh 120.1.12020000.2 2012/07/03 13:07:28 amnaraya ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< delete_Pil_Elctbl_chc_Popl_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_Pil_Elctbl_chc_Popl_b
9   (
10    p_pil_elctbl_chc_popl_id         in  number
11   ,p_object_version_number          in  number
12   ,p_effective_date                 in  date
13   );
14 --
15 -- ----------------------------------------------------------------------------
16 -- |---------------------------< delete_Pil_Elctbl_chc_Popl_a >-----------------|
17 -- ----------------------------------------------------------------------------
18 --
19 procedure delete_Pil_Elctbl_chc_Popl_a
20   (
21    p_pil_elctbl_chc_popl_id         in  number
22   ,p_object_version_number          in  number
23   ,p_effective_date                 in  date
24   );
25 --
26 end ben_Pil_Elctbl_chc_Popl_bk3;