[Home] [Help]
[Dependency Information]
| Object Name: | DDR_I_RTL_SKU_BU_INV_RL |
|---|---|
| Object Type: | TABLE |
| Owner: | DDR |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| DDR_I_RTL_SKU_BU_INV_RL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REC_ID | NUMBER | Yes | ||
| RTL_ORG_CD | VARCHAR2 | (30) | Code for a Retailer Organization | |
| BSNS_UNIT_CD | VARCHAR2 | (30) | Business Unit Code | |
| RTL_SKU_ITEM_NBR | VARCHAR2 | (30) | Unique Retailer proprietary SKU Item Number | |
| REORDR_INTRVL | NUMBER | Reorder Interval | ||
| REORDR_THRSHLD | NUMBER | Reorder Threshold | ||
| REORDR_QTY | NUMBER | Quantity at which item is reordered | ||
| RPLNSHMNT_MTHD | VARCHAR2 | (30) | Replenishment Method | |
| LEAD_TIME_DAYS | NUMBER | Number of days lead time for an order | ||
| TRGT_DAYS_OF_SPLY | NUMBER | Number of days worth of item to be available | ||
| TRGT_ON_HAND_QTY | NUMBER | Quantity targeted to be on-hand | ||
| MAX_DAYS_SPLY | NUMBER | Maximum number of days worth of item to be available | ||
| MAX_STCK_ON_HAND_QTY | NUMBER | Maximum quantity to be on-hand | ||
| MIN_DAYS_SPLY | NUMBER | Minimum number of days worth of item to be available | ||
| MIN_STCK_ON_HAND_QTY | NUMBER | Minimum quantity to be on-hand | ||
| PROCESS_ACTION | VARCHAR2 | (1) | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REC_ID
, RTL_ORG_CD
, BSNS_UNIT_CD
, RTL_SKU_ITEM_NBR
, REORDR_INTRVL
, REORDR_THRSHLD
, REORDR_QTY
, RPLNSHMNT_MTHD
, LEAD_TIME_DAYS
, TRGT_DAYS_OF_SPLY
, TRGT_ON_HAND_QTY
, MAX_DAYS_SPLY
, MAX_STCK_ON_HAND_QTY
, MIN_DAYS_SPLY
, MIN_STCK_ON_HAND_QTY
, PROCESS_ACTION
, SRC_SYS_IDNT
, SRC_SYS_DT
FROM DDR.DDR_I_RTL_SKU_BU_INV_RL;
DDR.DDR_I_RTL_SKU_BU_INV_RL does not reference any database object
DDR.DDR_I_RTL_SKU_BU_INV_RL is referenced by following:
DDR
DDR_I_RTL_SKU_BU_INV_RL#
|
|
|
|