DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on EAM_FORECAST_WDJ

Line 5: TYPE wdj_table_type IS table of EAM_FORECAST_WDJ%ROWTYPE;

1: PACKAGE "EAM_FORECAST_PVT" AS
2: /* $Header: EAMVFORS.pls 120.7 2006/09/20 10:48:15 csprague noship $ */
3: TYPE forecast_asset_cursor_type IS REF CURSOR;
4: TYPE forecast_wo_cursor_type IS REF CURSOR;
5: TYPE wdj_table_type IS table of EAM_FORECAST_WDJ%ROWTYPE;
6: TYPE cebba_table_type IS table of EAM_FORECAST_CEBBA%ROWTYPE;
7: TYPE wo_table_type IS table of NUMBER INDEX BY BINARY_INTEGER;
8:
9: type eam_forecast_rec_type is record