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


TABLE: DDR.DDR_R_RTL_SKU_ITEM

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


Lowest level in the retailer item hierarchy. The unit identification (typically the SKU) that is used to track retailer items


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DDR_R_RTL_SKU_ITEM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRTL_SKU_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
MFG_ORG_CD VARCHAR2 (30) Yes Manufacturer Organization Code
RTL_SKU_ITEM_ID NUMBER
Yes Unique Retailer Level SKU Item ID
RTL_ORG_CD VARCHAR2 (30) Yes Code for a Retailer Organization
RTL_SKU_ITEM_NBR VARCHAR2 (30) Yes Unique Retailer proprietary SKU Item Number
GLBL_ITEM_ID VARCHAR2 (30) Yes 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
GLBL_ITEM_ID_TYP VARCHAR2 (30) Yes An indicator of the identification scheme used to assign the global item number. By default, the value is GTIN if unspecified
RTL_SKU_ITEM_NAME VARCHAR2 (40)
Retailer SKU Item Name
RTL_SKU_ITEM_DESC VARCHAR2 (240)
Retailer SKU Item Description
RTL_SKU_ITEM_LONG_DESC VARCHAR2 (240)
Retailer SKU Item Long Description
RTL_SKU_ITEM_TYP_CD VARCHAR2 (30)
Retailer SKU Item Type Code
UOM_CD VARCHAR2 (30)
Unit of Measure Code
RTL_SKU_ITEM_INDSTRY_IDNT_CD VARCHAR2 (30)
A unique identifier for SKU item industry identifier
RTL_SKU_SLNG_PRC_ID NUMBER

Retailer SKU Selling Price Indicator
RTL_SKU_ITEM_SLNG_PRICE_NBR VARCHAR2 (30)
Retailer SKU Item Selling Price Number
UNIT_PRICE_FCTR NUMBER

Unit Price Factor
ALRT_TRX_IND VARCHAR2 (1)
A flag to indicate that the item is sensitive and to be alert when transacting with this item
RECALL_IND VARCHAR2 (1)
Indicates if item was recalled
AVLBL_FOR_SL_DT DATE

Date item is available for sale
SU_LAST_RCVD_COST_ESTBL_DT DATE

Date that sales update cost data was last received
SU_LAST_RCVD_NET_COST_AMT NUMBER

Net cost last received from sales update
SU_LAST_RCVD_NET_COST_AMT_LCL NUMBER

Net cost last received from sales update in Local Currency
SU_LAST_RCVD_NET_COST_AMT_RPT NUMBER

Net cost last received from sales update in Reporting Currency
RTL_ITEM_ID NUMBER

Retailer Item ID
ITEM_NBR VARCHAR2 (30)
Item Number
STCK_ITEM_TYP_CD VARCHAR2 (30)
Stocked Item Type Code
SZ_TYP_CD VARCHAR2 (30)
Size Type code
STCK_ITEM_STYLE_CD VARCHAR2 (30)
Stocked Item Style Code
STCK_ITEM_DYE_CD VARCHAR2 (30)
Stocked Item Dye Code
STCK_ITEM_COLOR_CD VARCHAR2 (30)
Stocked Item Color Code
STCK_ITEM_COATING_CD VARCHAR2 (30)
Stocked Item Coating Code
STCK_ITEM_WEAVE_CD VARCHAR2 (30)
Stocked Item Weave Code
STCK_ITEM_FABRIC_CD VARCHAR2 (30)
Stocked Item Fabric Code
STCK_ITEM_FIBER_CD VARCHAR2 (30)
Stocked Item Fiber Code
PCK_SELLBL_CD VARCHAR2 (30)
Indicates whether the pack is sellable.
PCK_SELLBL_DESC VARCHAR2 (240)
The pack sellable description. Valid descriptions are: Sellable, Non-sellable.
PCK_SMPL_CD VARCHAR2 (30)
Indicates whether the pack is simple.
PCK_SMPL_DESC VARCHAR2 (240)
The pack simple description. Valid descriptions are: Simple, complex.
PCK_ORDRBL_CD VARCHAR2 (30)
The abbreviated code for the pack order type
PCK_ORDRBL_DESC VARCHAR2 (240)
The pack order type description.
PCK_IND VARCHAR2 (1)
Indicates if the item is a pack.
PKG_SZ VARCHAR2 (30)
The size of the product printed on any packaging.
EFF_FROM_DT DATE
Yes Effective From Date
EFF_TO_DT DATE

Effective To Date
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
CRTD_BY_DSR VARCHAR2 (30) Yes User Information of who loaded the data, for auditing purpose
LAST_UPDT_BY_DSR VARCHAR2 (30) Yes User Information of last updated by, for auditing purpose
CREATED_BY NUMBER (15) Yes Number code of who last loaded the data, for auditing purpose
CREATION_DATE DATE
Yes Date on which the data was loaded in target table, for auditing purpose
LAST_UPDATED_BY NUMBER (15) Yes Number code of who last updated the data in target table, for auditing purpose
LAST_UPDATE_DATE DATE
Yes Date on which the data was last updated in target table, for auditing purpose
LAST_UPDATE_LOGIN NUMBER (15) Yes Login ID of the User who last updated the data in target table, for auditing purpose
Query Text

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


SELECT MFG_ORG_CD
,      RTL_SKU_ITEM_ID
,      RTL_ORG_CD
,      RTL_SKU_ITEM_NBR
,      GLBL_ITEM_ID
,      GLBL_ITEM_ID_TYP
,      RTL_SKU_ITEM_NAME
,      RTL_SKU_ITEM_DESC
,      RTL_SKU_ITEM_LONG_DESC
,      RTL_SKU_ITEM_TYP_CD
,      UOM_CD
,      RTL_SKU_ITEM_INDSTRY_IDNT_CD
,      RTL_SKU_SLNG_PRC_ID
,      RTL_SKU_ITEM_SLNG_PRICE_NBR
,      UNIT_PRICE_FCTR
,      ALRT_TRX_IND
,      RECALL_IND
,      AVLBL_FOR_SL_DT
,      SU_LAST_RCVD_COST_ESTBL_DT
,      SU_LAST_RCVD_NET_COST_AMT
,      SU_LAST_RCVD_NET_COST_AMT_LCL
,      SU_LAST_RCVD_NET_COST_AMT_RPT
,      RTL_ITEM_ID
,      ITEM_NBR
,      STCK_ITEM_TYP_CD
,      SZ_TYP_CD
,      STCK_ITEM_STYLE_CD
,      STCK_ITEM_DYE_CD
,      STCK_ITEM_COLOR_CD
,      STCK_ITEM_COATING_CD
,      STCK_ITEM_WEAVE_CD
,      STCK_ITEM_FABRIC_CD
,      STCK_ITEM_FIBER_CD
,      PCK_SELLBL_CD
,      PCK_SELLBL_DESC
,      PCK_SMPL_CD
,      PCK_SMPL_DESC
,      PCK_ORDRBL_CD
,      PCK_ORDRBL_DESC
,      PCK_IND
,      PKG_SZ
,      EFF_FROM_DT
,      EFF_TO_DT
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      CRTD_BY_DSR
,      LAST_UPDT_BY_DSR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM DDR.DDR_R_RTL_SKU_ITEM;

Dependencies

[top of page]

DDR.DDR_R_RTL_SKU_ITEM does not reference any database object

DDR.DDR_R_RTL_SKU_ITEM is referenced by following:

SchemaAPPS
Materialized ViewDDR_R_RTL_ITEM_SKU_DN_MV
SynonymDDR_R_RTL_SKU_ITEM