DBA Data[Home] [Help]

PACKAGE: APPS.OPI_DBI_PRE_R12_COGS_PKG

Source


1 PACKAGE opi_dbi_pre_r12_cogs_pkg AS
2 /*$Header: OPIDECOGSPS.pls 120.1 2005/08/09 14:13:15 julzhang noship $ */
3 
4 
5 /*=================================================================
6     This procedure extracts process data from the Pre R12 data model
7     into the staging table. It is only called from the R12 COGS
8     package when the global start date is before the R12 migration date.
9 
10     Parameters:
11     - p_global_start_date: global start date
12     - errbuf: error buffer
13     - retcode: return code
14 ===================================================================*/
15 
16 PROCEDURE pre_r12_opm_cogs( p_global_start_date IN  DATE,
17                             errbuf       IN OUT NOCOPY  VARCHAR2,
18                             retcode      IN OUT NOCOPY  NUMBER);
19 
20 
21 END opi_dbi_pre_r12_cogs_pkg;