DBA Data[Home] [Help]

PACKAGE: APPS.GHR_COMPLAINT_INCIDENTS_BK_2

Source


1 Package ghr_complaint_incidents_bk_2 as
2 /* $Header: ghcinapi.pkh 120.1 2005/10/02 01:57:31 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< update_compl_incident_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_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   ,p_compl_incident_id            in number
16   ,p_object_version_number        in number
17   );
18 --
19 -- ----------------------------------------------------------------------------
20 -- |-------------------------< update_compl_incident_a >-------------------------|
21 -- ----------------------------------------------------------------------------
22 --
23 procedure update_compl_incident_a
24   (p_effective_date               in date
25   ,p_compl_claim_id               in number
26   ,p_incident_date                in date
27   ,p_description                  in varchar2
28   ,p_date_amended                 in date
29   ,p_date_acknowledged            in date
30   ,p_compl_incident_id            in number
31   ,p_object_version_number        in number
32   );
33 --
34 end ghr_complaint_incidents_bk_2;