[Home] [Help]
[Dependency Information]
| Object Name: | MSD_ITEM_MASTER_LB_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
For Liability Analysis, this view exposes item specific properties - forecast type, base uom, average discount, list price - to the demand planning engine.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEMAND_PLAN_ID | NUMBER | Yes | Demand Plan Id | |
| ITEM_PK | NUMBER | Yes | Item Key | |
| FORECAST_TYPE_ID | NUMBER | ATO Forecast Control Type Id | ||
| AVG_DISCOUNT | NUMBER | Average Discount Value | ||
| BASE_UOM | VARCHAR2 | (4000) | Base Uom |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_PLAN_ID
, ITEM_PK
, FORECAST_TYPE_ID
, AVG_DISCOUNT
, BASE_UOM
FROM APPS.MSD_ITEM_MASTER_LB_V;
APPS
MSD_COMMON_UTILITIES_LB
- show dependent code
MSD_DEMAND_PLANS
MSD_LEVEL_VALUES_LB
APPS.MSD_ITEM_MASTER_LB_V is not referenced by any database object
|
|
|
|