[Home] [Help]
[Dependency Information]
| Object Name: | MRPFV_FORECAST_ITEMS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRPFV_FORECAST_ITEMS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows the items that are entered on an item forecast.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization name |
| FORECAST_NAME | VARCHAR2 | (10) | Yes | Name of forecast |
| _KF:ITEM_NUMBER | CHAR | (15) | Item number of the item forecast | |
| DESCRIPTION | VARCHAR2 | (240) | Description of the item | |
| UNIT_OF_MEASURE | VARCHAR2 | (3) | Unit of measure of the item forecast | |
| ALTERNATE_BILL | VARCHAR2 | (10) | Alternate bill code | |
| _LA:BILL_TYPE | CHAR | (54) | Bill type of the item forecast | |
| _LA:FORECAST_CONTROL | CHAR | (72) | Forecast control code of the item forecast | |
| _LA:PLANNING_METHOD | CHAR | (62) | Planning method of the item forecast | |
| _DF | CHAR | (29) | Descriptive flexfield | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Date on which the row was last updatedtted | |
| LAST_UPDATED_BY | NUMBER | Yes | User identifier who updated the row last | |
| CREATION_DATE | DATE | Yes | Date on which the row was created | |
| CREATED_BY | NUMBER | Yes | User identifier who created the row |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_CODE
, ORGANIZATION_NAME
, FORECAST_NAME
, _KF:ITEM_NUMBER
, DESCRIPTION
, UNIT_OF_MEASURE
, ALTERNATE_BILL
, _LA:BILL_TYPE
, _LA:FORECAST_CONTROL
, _LA:PLANNING_METHOD
, _DF
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.MRPFV_FORECAST_ITEMS;
APPS
HR_ALL_ORGANIZATION_UNITS
MRP_FORECAST_ITEMS
MTL_PARAMETERS
MTL_SYSTEM_ITEMS
APPS.MRPFV_FORECAST_ITEMS is not referenced by any database object
|
|
|
|