DBA Data[Home] [Help]

PACKAGE: APPS.ISC_MAINT_REQ_WO_ETL_PKG

Source


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