[Home] [Help]
[Dependency Information]
Object Name: | MSC_SUPPLY_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 | |
SUPPLY_DATE | DATE | Yes | Supply date | |
ALLOCATED_QUANTITY | NUMBER | Allocated quantity | ||
TRANSACTION_ID | NUMBER | Transaction ID | ||
ORDER_TYPE | NUMBER | Yes | Specifies type of order: planned order, purchase order, etc... | |
ORDER_NUMBER | VARCHAR2 | (240) | Purchase order number | |
SCHEDULE_DESIGNATOR_ID | NUMBER | Schedule designator |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, SR_INSTANCE_ID
, DEMAND_CLASS
, SUPPLY_DATE
, ALLOCATED_QUANTITY
, TRANSACTION_ID
, ORDER_TYPE
, ORDER_NUMBER
, SCHEDULE_DESIGNATOR_ID
FROM APPS.MSC_SUPPLY_PEGGING_V;
APPS.MSC_SUPPLY_PEGGING_V is not referenced by any database object
|
|
|