DBA Data[Home] [Help]

PACKAGE: APPS.IRC_COMMUNICATIONS_BK3

Source


1 Package IRC_COMMUNICATIONS_BK3 AUTHID CURRENT_USER as
2 /* $Header: ircomapi.pkh 120.5 2010/04/07 09:53:21 vmummidi ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< CREATE_COMMUNICATION_b >--------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure CREATE_COMMUNICATION_b
9   (p_effective_date                in     date
10   ,p_communication_property_id     in     number
11   ,p_object_type                   in     varchar2
12   ,p_object_id                     in     number
13   ,p_status                        in     varchar2
14   ,p_start_date                    in     date
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |---------------------------< CREATE_COMMUNICATION_a >--------------------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure CREATE_COMMUNICATION_a
22   (p_effective_date                in     date
23   ,p_communication_property_id     in     number
24   ,p_object_type                   in     varchar2
25   ,p_object_id                     in     number
26   ,p_status                        in     varchar2
27   ,p_start_date                    in     date
28   ,p_communication_id              in     number
29   ,p_object_version_number         in     number
30   );
31 --
32 end IRC_COMMUNICATIONS_BK3;