DBA Data[Home] [Help] [Dependency Information]


TABLE: DDR.DDR_E_RTL_SKU_BU_INV_RL

Object Details
Object Name: DDR_E_RTL_SKU_BU_INV_RL
Object Type: TABLE
Owner: DDR
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
ERR_REASON VARCHAR2 (500) Yes
ACTION_FLAG VARCHAR2 (1) Yes
LOAD_ID NUMBER
Yes
Query Text

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
,      ERR_REASON
,      ACTION_FLAG
,      LOAD_ID
FROM DDR.DDR_E_RTL_SKU_BU_INV_RL;

Dependencies

[top of page]

DDR.DDR_E_RTL_SKU_BU_INV_RL does not reference any database object

DDR.DDR_E_RTL_SKU_BU_INV_RL is referenced by following:

SchemaDDR
ViewDDR_E_RTL_SKU_BU_INV_RL#