DBA Data[Home] [Help]

PACKAGE: APPS.ISC_FS_TASK_ACT_BAC_ETL_PKG

Source


1 package isc_fs_task_act_bac_etl_pkg
2 /* $Header: iscfsactbacetls.pls 120.0 2005/08/28 14:56:05 kreardon 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   g_object_name constant varchar2(30) := 'ISC_FS_ACTIVITY_BACKLOG_FACT';
16 
17 end isc_fs_task_act_bac_etl_pkg;