DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.MSC_DEMAND_PEGGING_V

Object Details
Object Name: MSC_DEMAND_PEGGING_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSC.MSC_DEMAND_PEGGING_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.MSC_DEMAND_PEGGING_V references the following:

SchemaAPPS
SynonymMSC_DEMANDS
SynonymMSC_FULL_PEGGING

APPS.MSC_DEMAND_PEGGING_V is not referenced by any database object