DBA Data[Home] [Help]

PACKAGE: APPS.OPI_DBI_PRE_R12_RES_PKG

Source


1 PACKAGE opi_dbi_pre_r12_res_pkg AS
2 /* $Header: OPIDREOS.pls 120.1 2005/08/09 14:25:37 julzhang noship $ */
3 
4 
5 /*======================================================
6 This procedure extracts actual resource usage data
7     from the Pre-R12 data model into the staging table for
8     initial load.  It is only called when the global start
9     date is before the R12 migration date.
10 
11     Parameters:
12     - errbuf: error buffer
13     - retcode: return code
14 =======================================================*/
15 PROCEDURE pre_r12_opm_res_actual (errbuf    IN OUT NOCOPY VARCHAR2,
16                                   retcode   IN OUT NOCOPY VARCHAR2);
17 
18 END opi_dbi_pre_r12_res_pkg;