[Home] [Help]
[Dependency Information]
Object Name: | MSD_DP_SCE_SCN_ENTRIES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view provides the integration api with ASCP for scenario entries
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEMAND_PLAN_ID | NUMBER | Yes | Demand Plan id | |
SCENARIO_ID | NUMBER | Yes | Scenario id | |
BUCKET_TYPE | NUMBER | Type of time bucket | ||
START_DATE | DATE | Yes | Start time | |
END_DATE | DATE | Yes | End time | |
QUANTITY | NUMBER | Demand quantity | ||
SR_ORGANIZATION_ID | NUMBER | Source organization id | ||
SR_GEOGRAPHY_ID | NUMBER | Source Geography Id | ||
SR_INVENTORY_ITEM_ID | NUMBER | Source item id | ||
SR_INSTANCE_ID | NUMBER | Source instance id | ||
UOM_CODE | VARCHAR2 | (40) | UOM Code |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_PLAN_ID
, SCENARIO_ID
, BUCKET_TYPE
, START_DATE
, END_DATE
, QUANTITY
, SR_ORGANIZATION_ID
, SR_GEOGRAPHY_ID
, SR_INVENTORY_ITEM_ID
, SR_INSTANCE_ID
, UOM_CODE
FROM APPS.MSD_DP_SCE_SCN_ENTRIES_V;
|
|
|