DBA Data[Home] [Help]

PACKAGE: APPS.GHR_COMPLAINT_INCIDENTS_BK_1

Source


1 Package ghr_complaint_incidents_bk_1 AUTHID CURRENT_USER as
2 /* $Header: ghcinapi.pkh 120.1 2005/10/02 01:57:31 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< create_compl_incident_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_compl_incident_b
9   (p_effective_date               in date
10   ,p_compl_claim_id               in number
11   ,p_incident_date                in date
12   ,p_description                  in varchar2
13   ,p_date_amended                 in date
14   ,p_date_acknowledged            in date
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |-------------------------< create_compl_incident_a >-------------------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure create_compl_incident_a
22   (p_effective_date               in date
23   ,p_compl_claim_id               in number
24   ,p_incident_date                in date
25   ,p_description                  in varchar2
26   ,p_date_amended                 in date
27   ,p_date_acknowledged            in date
28   ,p_compl_incident_id            in number
29   ,p_object_version_number        in number
30   );
31 --
32 end ghr_complaint_incidents_bk_1;