DBA Data[Home] [Help]

PACKAGE: APPS.OTA_TCC_BK1

Source


1 Package OTA_TCC_BK1 as
2 /* $Header: ottccapi.pkh 120.1 2005/10/02 02:08:08 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< <CREATE_CROSS_CHARGE_b >-------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_cross_charge_b
9   (p_effective_date               in     date
10   ,p_cross_charge_id              in     number
11   ,p_object_version_number        in     number
12   ,p_business_group_id            in     number
13   ,p_gl_set_of_books_id           in     number
14   ,p_type                         in     varchar2
15   ,p_from_to                      in     varchar2
16   ,p_start_date_active            in     date
17   ,p_end_date_active              in     date
18   );
19 
20   --
21 -- ----------------------------------------------------------------------------
22 -- |-------------------------< <CREATE_CROSS_CHARGE_a >-------------------|
23 -- ----------------------------------------------------------------------------
24 --
25  procedure create_cross_charge_a
26   (p_effective_date               in     date
27   ,p_cross_charge_id              in     number
28   ,p_object_version_number        in     number
29   ,p_business_group_id            in     number
30   ,p_gl_set_of_books_id           in     number
31   ,p_type                         in     varchar2
32   ,p_from_to                      in     varchar2
33   ,p_start_date_active            in     date
34   ,p_end_date_active              in     date
35   );
36 --
37 end OTA_TCC_BK1 ;