[Home] [Help]
[Dependency Information]
Object Name: | MSC_DEMAND_PEGGING_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Plan identifier | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
SR_INSTANCE_ID | NUMBER | Yes | Source application instance identifier | |
DEMAND_CLASS | VARCHAR2 | (34) | Demand Class | |
DEMAND_DATE | DATE | Yes | Demand Date | |
ALLOCATED_QUANTITY | NUMBER | Allocated quantity | ||
DEMAND_ID | NUMBER | Yes | Demand ID | |
ORIGINATION_TYPE | NUMBER | Origin of the demand: Planned order, hard reservation, etc... | ||
ORDER_NUMBER | VARCHAR2 | (62) | Sales Order Number | |
SALES_ORDER_LINE_ID | NUMBER | Sales order line ID |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, SR_INSTANCE_ID
, DEMAND_CLASS
, DEMAND_DATE
, ALLOCATED_QUANTITY
, DEMAND_ID
, ORIGINATION_TYPE
, ORDER_NUMBER
, SALES_ORDER_LINE_ID
FROM APPS.MSC_DEMAND_PEGGING_V;
APPS.MSC_DEMAND_PEGGING_V is not referenced by any database object
|
|
|