DBA Data[Home] [Help]

PACKAGE: APPS.ENI_DBI_UCO_LOAD_PKG

Source


1 PACKAGE ENI_DBI_UCO_LOAD_PKG AUTHID CURRENT_USER AS
2 /* $Header: ENIUCOLS.pls 115.2 2003/12/01 22:56:30 gratnam noship $ */
3 
4 -- Initial collection of the cost fact
5 PROCEDURE initial_item_cost_collect
6 ( o_error_msg OUT NOCOPY VARCHAR2,
7   o_error_code OUT NOCOPY VARCHAR2,
8   p_start_date IN VARCHAR2,
9   p_end_date IN VARCHAR2
10 );
11 
12 FUNCTION Report_Missing_Rate return NUMBER;
13 
14 
15 -- Incremental collection of the cost fact
16 PROCEDURE incremental_item_cost_collect
17 (
18   o_error_msg OUT NOCOPY VARCHAR2,
19   o_error_code OUT NOCOPY VARCHAR2
20 );
21 
22 
23 END ENI_DBI_UCO_LOAD_PKG;