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


TABLE: DDR.DDR_I_RTL_SL_RTN_ITEM

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


Interface table to populate data in DDR_B_RTL_SL_RTN_ITM_DAY


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DDR_I_RTL_SL_RTN_ITEM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREC_ID
Columns
Name Datatype Length Mandatory Comments
REC_ID NUMBER
Yes Unique Record ID per Transaction for Error Handling
LOC_IDNT_CD VARCHAR2 (30)
Global identifier for the location (typically a retail store or distribution center) , since Organization allocation is supported here, value can come at a higher level like Region or Area or Chain etc
GLBL_ITEM_ID VARCHAR2 (30)
Universally Unique Global Item ID for an SKU for Mapping Manufacturer SKU to Retailer SKU: Example - 14-digit Global Trade Item Number (GTIN) assigned by the GS1 standards organization
RTL_SKU_ITEM_NBR VARCHAR2 (30)
Unique Retailer proprietary SKU Item Number
GLBL_ITEM_ID_TYP VARCHAR2 (30)
An indicator of the identification scheme used to assign the global item number. By default, the value is "GTIN" if unspecified
UOM VARCHAR2 (30)
The default unit of measure (if unspecified) is "each" (EA)
SLS_QTY NUMBER

Day Total Sales Quantity in transaction UOM specified
SLS_AMOUNT NUMBER

Retail value of Sales Amount in Retailer's Reporting Currency
RTRN_QTY NUMBER

Day Total Return Quantity in transaction UOM specified
RTRN_AMOUNT NUMBER

Retail value of Return Amount in Retailer's Reporting Currency
SLS_COST_AMOUNT NUMBER

Day Total Sales Cost amount in Reporting Currency
RTRN_COST_AMOUNT NUMBER

Day Total Return Cost Amount in Reporting Currency
TRANS_DT DATE
Yes The date for which the value is being reported
PRMTN_FLAG VARCHAR2 (1)
Flag indicating if the Item went in Promotion or was a part of Regular Sales, possible values can be 'Y/N'
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
PERIOD_TYP_FLAG VARCHAR2 (1)
Flag indicating day or week level data, 'D' for Day and 'W' for week ie Time allocation
LOC_IDNT_FLAG VARCHAR2 (1)
Flag indicating data at Business Unit or higher level, 'B' for BSNS unit and 'O' for allocation
ORG_LVL_CD VARCHAR2 (30) Yes For Organization Allocation data, this should match with Organization Allocation Setup table
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REC_ID
,      LOC_IDNT_CD
,      GLBL_ITEM_ID
,      RTL_SKU_ITEM_NBR
,      GLBL_ITEM_ID_TYP
,      UOM
,      SLS_QTY
,      SLS_AMOUNT
,      RTRN_QTY
,      RTRN_AMOUNT
,      SLS_COST_AMOUNT
,      RTRN_COST_AMOUNT
,      TRANS_DT
,      PRMTN_FLAG
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      PERIOD_TYP_FLAG
,      LOC_IDNT_FLAG
,      ORG_LVL_CD
FROM DDR.DDR_I_RTL_SL_RTN_ITEM;

Dependencies

[top of page]

DDR.DDR_I_RTL_SL_RTN_ITEM does not reference any database object

DDR.DDR_I_RTL_SL_RTN_ITEM is referenced by following:

SchemaAPPS
SynonymDDR_I_RTL_SL_RTN_ITEM