DBA Data[Home] [Help]

PACKAGE: APPS.ISC_MAINT_ASSET_DT_ETL_PKG

Source


1 package isc_maint_asset_dt_etl_pkg as
2 /*$Header: iscmaintadtetls.pls 120.0 2005/05/25 17:39:24 appldev noship $ */
3 procedure initial_load
4 ( errbuf out nocopy varchar2
5  , retcode out nocopy number
6 );
7 
8 
9 procedure incremental_load
10  ( errbuf out nocopy varchar2
11  , retcode out nocopy number
12  );
13 
14 
15 end isc_maint_asset_dt_etl_pkg;