[Home] [Help]
[Dependency Information]
| Object Name: | CSP_SUP_DEM_RHS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSP |
| Subobject Name: | |
| Status: | VALID |
Supply and demand rolled up to the reporting hierarchy.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CSP_SUP_DEM_RHS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
HIERARCHY_NODE_ID
|
| CSP_SUP_DEM_RHS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_NODE_ID
INVENTORY_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | (38) | Inventory item identifier | |
| ORGANIZATION_ID | NUMBER | (38) | Organization identifier | |
| HIERARCHY_NODE_ID | NUMBER | (38) | Hierarchy node identifier | |
| NODE_NAME | VARCHAR2 | (30) | Node name | |
| PARENT_NODE_ID | NUMBER | (38) | Parent node identifier | |
| PURCHASE_ORDERS | NUMBER | (38) | Purchase order quantity | |
| SALES_ORDERS | NUMBER | (38) | Sales order quantity | |
| REQUISITIONS | NUMBER | (38) | Requisition quantity | |
| INTERORG_TRANSF_IN | NUMBER | (38) | Incoming inter organization transfer quantity | |
| ONHAND_GOOD | NUMBER | (38) | Usable quantity onhand | |
| ONHAND_BAD | NUMBER | (38) | Defective quantity onhand | |
| INTRANSIT_MOVE_ORDERS | NUMBER | (38) | Move order quantity in intransit | |
| INTERORG_TRANSF_OUT | NUMBER | (38) | Outgoing inter organization transfer quantity | |
| MOVE_ORDERS_IN | NUMBER | (38) | Incoming move order quantity | |
| MOVE_ORDERS_OUT | NUMBER | (38) | Outgoing move order quantity | |
| WORK_ORDERS | NUMBER | (38) | Work order quantity |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, HIERARCHY_NODE_ID
, NODE_NAME
, PARENT_NODE_ID
, PURCHASE_ORDERS
, SALES_ORDERS
, REQUISITIONS
, INTERORG_TRANSF_IN
, ONHAND_GOOD
, ONHAND_BAD
, INTRANSIT_MOVE_ORDERS
, INTERORG_TRANSF_OUT
, MOVE_ORDERS_IN
, MOVE_ORDERS_OUT
, WORK_ORDERS
FROM CSP.CSP_SUP_DEM_RHS;
CSP.CSP_SUP_DEM_RHS does not reference any database object
CSP.CSP_SUP_DEM_RHS is referenced by following:
CSP
CSP_SUP_DEM_RHS#
|
|
|
|