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


TABLE: DDR.DDR_E_RTL_SL_RTN_ITEM

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


This table stores the error records from DDR_I_RTL_SL_RTN_ITEM and DDR_S_RTL_SL_RTN_ITEM tables


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REC_ID NUMBER
Yes Unique Record ID per Transaction for Error Handling
LOAD_ID NUMBER
Yes Load ID is required for supporting All or None Mode
ERR_REASON VARCHAR2 (500) Yes Descriptive reason why the record failed validation and came in error table
MFG_ORG_CD VARCHAR2 (30)
Manufacturer Organization Code
RTL_ORG_CD VARCHAR2 (30)
Natural Key Code for a Retailer Organization
ORG_BSNS_UNIT_ID NUMBER

Business Unit ID
RTL_BSNS_UNIT_CD VARCHAR2 (30)
Global identifier for the location (typically a retail store or distribution center) - Business Unit
DAY_CD VARCHAR2 (30)
Day level information for which the value is being reported
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_ID NUMBER

Unique Retailer Level SKU Item ID
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)
Unit of measurement
UOM_CD VARCHAR2 (30)
Unit of measure code for the transaction
UOM_CD_PRMRY VARCHAR2 (30)
Primary unit of measure code
UOM_CD_ALT VARCHAR2 (30)
Alternate unit of measure code
CRNCY_CD VARCHAR2 (30)
currency specified for the retailer organization
SLS_QTY NUMBER

Day total Sales Quantity in Transition UOM specified
SLS_QTY_PRMRY NUMBER

Day total Sales Quantity in terms of Primary UOM
SLS_QTY_ALT NUMBER

Day total Sales Quantity in terms of Alternate UOM
SLS_AMT NUMBER

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

Retail value of Sales Amount in Local Currency (not supported)
SLS_AMT_RPT NUMBER

Retail value of Sales Amount in Reporting Currency
SLS_COST_AMT NUMBER

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

Retail value of Sales Cost Amount in Local Currency (not supported)
SLS_COST_AMT_RPT NUMBER

Retail value of Sales Cost Amount in Reporting Currency
RTRN_QTY NUMBER

Day total Return Quantity in Transition UOM specified
RTRN_QTY_PRMRY NUMBER

Day total Return Quantity in terms of Primary UOM
RTRN_QTY_ALT NUMBER

Day total Return Quantity in terms of Alternate UOM
RTRN_AMT NUMBER

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

Retail value of Return Amount in Local Currency (not supported)
RTRN_AMT_RPT NUMBER

Retail value of Return Amount in Reporting Currency
RTRN_COST_AMT NUMBER

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

Retail value of Return Cost Amount in Local Currency (not supported)
RTRN_COST_AMT_RPT NUMBER

Retail value of Return Cost Amount in Reporting Currency
PRMTN_FLAG VARCHAR2 (1)
Flag indicating that went into Promotion
SRC_SYS_IDNT VARCHAR2 (40)
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

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_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
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)
For Organisation Allocation data, this should match with Organization Allocation Setup table
SRC_IDNT_FLAG VARCHAR2 (1)
Flag indicating the record of source like Interface or Stage
ACTION_FLAG VARCHAR2 (1)
Flag indicating the status of error record and what needs to be done on it, possible values can be 'N/Y/D', N - Not corrected; Y- Corrected, ready for processing; D- to be deleted
TRANS_DT DATE

The date for which the value is being reported
ITEM_BSNS_UNT_ASSC_ID NUMBER

The Business Unit Item Association ID
MFG_SKU_ITEM_ID NUMBER

Unique Manufacturer Level SKU Item ID
MFG_SKU_ITEM_NBR VARCHAR2 (30)
Unique Manufacturer proprietary SKU Item Number
EFF_FROM_DT DATE

Date which the Item is available on sale
EFF_TO_DT DATE

Date on which the Item is no longer available on sale
Query Text

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


SELECT REC_ID
,      LOAD_ID
,      ERR_REASON
,      MFG_ORG_CD
,      RTL_ORG_CD
,      ORG_BSNS_UNIT_ID
,      RTL_BSNS_UNIT_CD
,      DAY_CD
,      GLBL_ITEM_ID
,      RTL_SKU_ITEM_ID
,      RTL_SKU_ITEM_NBR
,      GLBL_ITEM_ID_TYP
,      UOM
,      UOM_CD
,      UOM_CD_PRMRY
,      UOM_CD_ALT
,      CRNCY_CD
,      SLS_QTY
,      SLS_QTY_PRMRY
,      SLS_QTY_ALT
,      SLS_AMT
,      SLS_AMT_LCL
,      SLS_AMT_RPT
,      SLS_COST_AMT
,      SLS_COST_AMT_LCL
,      SLS_COST_AMT_RPT
,      RTRN_QTY
,      RTRN_QTY_PRMRY
,      RTRN_QTY_ALT
,      RTRN_AMT
,      RTRN_AMT_LCL
,      RTRN_AMT_RPT
,      RTRN_COST_AMT
,      RTRN_COST_AMT_LCL
,      RTRN_COST_AMT_RPT
,      PRMTN_FLAG
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      PERIOD_TYP_FLAG
,      LOC_IDNT_CD
,      LOC_IDNT_FLAG
,      ORG_LVL_CD
,      SRC_IDNT_FLAG
,      ACTION_FLAG
,      TRANS_DT
,      ITEM_BSNS_UNT_ASSC_ID
,      MFG_SKU_ITEM_ID
,      MFG_SKU_ITEM_NBR
,      EFF_FROM_DT
,      EFF_TO_DT
FROM DDR.DDR_E_RTL_SL_RTN_ITEM;

Dependencies

[top of page]

DDR.DDR_E_RTL_SL_RTN_ITEM does not reference any database object

DDR.DDR_E_RTL_SL_RTN_ITEM is referenced by following:

SchemaAPPS
SynonymDDR_E_RTL_SL_RTN_ITEM