DBA Data[Home] [Help]

PACKAGE: APPS.BEN_OTP_RKI

Source


1 Package ben_otp_rki AUTHID CURRENT_USER as
2 /* $Header: beotprhi.pkh 120.0 2005/05/28 09:58:27 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------------------< after_insert >-----------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure after_insert
9   (p_effective_date               in date
10   ,p_validation_start_date        in date
11   ,p_validation_end_date          in date
12   ,p_optip_id                     in number
13   ,p_effective_start_date         in date
14   ,p_effective_end_date           in date
15   ,p_business_group_id            in number
16   ,p_pgm_id                       in number
17   ,p_ptip_id                      in number
18   ,p_pl_typ_id                    in number
19   ,p_opt_id                       in number
20   ,p_cmbn_ptip_opt_id             in number
21   ,p_legislation_code       in varchar2
22   ,p_legislation_subgroup       in varchar2
23   ,p_otp_attribute_category       in varchar2
24   ,p_otp_attribute1               in varchar2
25   ,p_otp_attribute2               in varchar2
26   ,p_otp_attribute3               in varchar2
27   ,p_otp_attribute4               in varchar2
28   ,p_otp_attribute5               in varchar2
29   ,p_otp_attribute6               in varchar2
30   ,p_otp_attribute7               in varchar2
31   ,p_otp_attribute8               in varchar2
32   ,p_otp_attribute9               in varchar2
33   ,p_otp_attribute10              in varchar2
34   ,p_otp_attribute11              in varchar2
35   ,p_otp_attribute12              in varchar2
36   ,p_otp_attribute13              in varchar2
37   ,p_otp_attribute14              in varchar2
38   ,p_otp_attribute15              in varchar2
39   ,p_otp_attribute16              in varchar2
40   ,p_otp_attribute17              in varchar2
41   ,p_otp_attribute18              in varchar2
42   ,p_otp_attribute19              in varchar2
43   ,p_otp_attribute20              in varchar2
44   ,p_otp_attribute21              in varchar2
45   ,p_otp_attribute22              in varchar2
46   ,p_otp_attribute23              in varchar2
47   ,p_otp_attribute24              in varchar2
48   ,p_otp_attribute25              in varchar2
49   ,p_otp_attribute26              in varchar2
50   ,p_otp_attribute27              in varchar2
51   ,p_otp_attribute28              in varchar2
52   ,p_otp_attribute29              in varchar2
53   ,p_otp_attribute30              in varchar2
54   ,p_object_version_number        in number
55   );
56 end ben_otp_rki;