DBA Data[Home] [Help]

PACKAGE: APPS.PQH_DE_INS_END_REASONS_BK1

Source


1 Package  PQH_DE_iNs_END_REASONS_BK1 as
2 /* $Header: pqpreapi.pkh 120.0 2005/05/29 02:17:39 appldev noship $ */
3 
4   Procedure Insert_PENSION_END_REASONS_b
5 ( p_effective_date                  in     date
6   ,p_business_group_id              in     number
7   ,p_provider_organization_id       in     number
8   ,p_end_reason_number              in     varchar2
9   ,p_end_reason_short_name          in     varchar2
10   ,p_end_reason_description         in     varchar2
11   ) ;
12 
13 --
14 -- ----------------------------------------------------------------------------
15 -- |-------------------------< Insert_PENSION_END_REASONS_a >-------------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 
19 procedure Insert_PENSION_END_REASONS_a
20  ( p_effective_date                 in     date
21   ,p_business_group_id              in     number
22   ,p_provider_organization_id       in     number
23   ,p_end_reason_number              in     varchar2
24   ,p_end_reason_short_name          in     varchar2
25   ,p_end_reason_description         in     varchar2
26   ,p_ins_end_reason_id          in    number
27   ,p_object_version_number          in    number
28   ) ;
29 
30 
31 
32  --
33 end PQH_DE_iNs_END_REASONS_BK1;