[Home] [Help]
[Dependency Information]
| Object Name: | MSC_SR_ZN_AGGR_IBUC |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.MSC_SR_ZN_AGGR_IBUC
|
| Subobject Name: | |
| Status: | VALID |
Source side table that Stores the aggregated quantity
of the install base item instances at item,date,zone level
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_SR_ZN_AGGR_IBUC_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SR_INVENTORY_ITEM_ID
SAMPLE_DATE
ZONE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SR_INVENTORY_ITEM_ID | NUMBER | Yes | Source inventory item identifier | |
| ZONE | VARCHAR2 | (60) | Zone identifier | |
| SAMPLE_DATE | DATE | Yes | Daily date ranging in the time window | |
| QUANTITY | NUMBER | Aggregated Quantity at Item-Zone level | ||
| RN | NUMBER | Refresh Number | ||
| LAST_UPDATE_DATE | DATE | Yes | STANDARD WHO COLUMN | |
| LAST_UPDATED_BY | NUMBER | Yes | STANDARD WHO COLUMN | |
| CREATION_DATE | DATE | Yes | STANDARD WHO COLUMN | |
| CREATED_BY | NUMBER | Yes | STANDARD WHO COLUMN | |
| LAST_UPDATE_LOGIN | NUMBER | STANDARD WHO COLUMN | ||
| REGION_ID | NUMBER | Stores the Id for the corresponding zone |
Cut, paste (and edit) the following text to query this object:
SELECT SR_INVENTORY_ITEM_ID
, ZONE
, SAMPLE_DATE
, QUANTITY
, RN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REGION_ID
FROM MSC.MSC_SR_ZN_AGGR_IBUC;
MSC.MSC_SR_ZN_AGGR_IBUC does not reference any database object
MSC.MSC_SR_ZN_AGGR_IBUC is referenced by following:
MSC
MSC_SR_ZN_AGGR_IBUC#
|
|
|
|