DBA Data[Home] [Help]

PACKAGE: APPS.PAY_ECU_BK1

Source


1 Package PAY_ECU_BK1 AUTHID CURRENT_USER as
2 /* $Header: pyecuapi.pkh 120.2 2005/12/12 23:31:49 pgongada noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------------< CREATE_ELE_CLASS_USAGES_B >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure CREATE_ELE_CLASS_USAGES_B
9   (p_effective_date                in     date
10   ,p_run_type_id                   in	  number
11   ,p_classification_id             in     number
12   ,p_business_group_id             in     number
13   ,p_legislation_code              in     varchar2
14   );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |-----------------------< CREATE_ELE_CLASS_USAGES_A >----------------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure CREATE_ELE_CLASS_USAGES_A
21   (p_effective_date                in     date
22   ,p_element_class_usage_id        in     number
23   ,p_run_type_id                   in	  number
24   ,p_classification_id             in     number
25   ,p_business_group_id             in     number
26   ,p_legislation_code              in     varchar2
27   ,p_object_version_number         in     number
28   ,p_effective_start_date          in     date
29   ,p_effective_end_date            in     date
30   );
31 --
32 end PAY_ECU_BK1;