[Home] [Help]
[Dependency Information]
| Object Name: | MRP_FORECASTS_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_FORECASTS_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORECAST_SET_DESIGNATOR | VARCHAR2 | (10) | Forecast set identifier | |
| FORECAST_SET_DESCRIPTION | VARCHAR2 | (50) | Forecast set description | |
| FORECAST_SET_DISABLE_DATE | DATE | Forecast set disable date | ||
| FORECAST_SET_BUCKET_TYPE | NUMBER | Forecast bucket type - days, weeks or periods | ||
| FORECAST_DESIGNATOR | VARCHAR2 | (10) | Forecast identifier | |
| FORECAST_DESCRIPTION | VARCHAR2 | (50) | Forecast designator description | |
| FORECAST_DISABLE_DATE | DATE | Forecast designator disable date | ||
| ORGANIZATION_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT FORECAST_SET_DESIGNATOR
, FORECAST_SET_DESCRIPTION
, FORECAST_SET_DISABLE_DATE
, FORECAST_SET_BUCKET_TYPE
, FORECAST_DESIGNATOR
, FORECAST_DESCRIPTION
, FORECAST_DISABLE_DATE
, ORGANIZATION_ID
FROM APPS.MRP_FORECASTS_LOV_V;
APPS
MRP_FORECAST_DESIGNATORS
APPS.MRP_FORECASTS_LOV_V is not referenced by any database object
|
|
|
|