DBA Data[Home] [Help]

PACKAGE: APPS.OPI_DBI_WIP_COMP_OPM_PKG

Source


1 PACKAGE opi_dbi_wip_comp_opm_pkg AUTHID CURRENT_USER AS
2 /*$Header: OPIDCOMPLOS.pls 115.0 2003/06/11 23:15:39 pdong noship $ */
3 
4 /*  ETL package for OPM wip completion data extraction for, for
5     both initial and incremental load. This package is called by
6     both opi_dbi_wip_comp_init_pkg and opi_dbi_wip_comp_incr_pkg.
7 */
8 
9 PROCEDURE collect_init_opm_wip_comp (errbuf OUT NOCOPY VARCHAR2,
10                                      retcode OUT NOCOPY NUMBER,
11                                      p_global_start_date IN DATE);
12 
13 PROCEDURE collect_incr_opm_wip_comp (errbuf OUT NOCOPY VARCHAR2,
14                                      retcode OUT NOCOPY NUMBER,
15                                      p_global_start_date IN DATE);
16 
17 
18 END opi_dbi_wip_comp_opm_pkg;