[Home] [Help]
[Dependency Information]
| Object Name: | DDR_I_ITEM_CLSTR |
|---|---|
| Object Type: | TABLE |
| Owner: | DDR |
| Subobject Name: | |
| Status: | VALID |
Interface table to populate data in DDR_R_ITEM_CLSTR
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| DDR_I_ITEM_CLSTR_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REC_ID | NUMBER | Yes | Record ID, uniquely identify each records. | |
| ITEM_CLSTR_CD | VARCHAR2 | (30) | Item Cluster Code | |
| ITEM_CLSTR_TYP | VARCHAR2 | (30) | ||
| LVL_CD | VARCHAR2 | (30) | Any level code of item hierarchy | |
| PROD_ENT_CD | VARCHAR2 | (30) | ||
| SRC_SYS_IDNT | VARCHAR2 | (40) | Yes | Source file name or system that provided the data. It can be used to cross-reference the data with the source system, mainly for auditing purpose |
| SRC_SYS_DT | DATE | Yes | The date that the data was created. It can be used to cross-reference the data with the source system, mainly for auditing purpose | |
| MFG_SKU_ITEM_NBR | VARCHAR2 | (30) | Code of entity for sku level of item hierarchy. | |
| PROCESS_ACTION | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT REC_ID
, ITEM_CLSTR_CD
, ITEM_CLSTR_TYP
, LVL_CD
, PROD_ENT_CD
, SRC_SYS_IDNT
, SRC_SYS_DT
, MFG_SKU_ITEM_NBR
, PROCESS_ACTION
FROM DDR.DDR_I_ITEM_CLSTR;
DDR.DDR_I_ITEM_CLSTR does not reference any database object
DDR.DDR_I_ITEM_CLSTR is referenced by following:
DDR
DDR_I_ITEM_CLSTR#
|
|
|
|