[Home] [Help]
[Dependency Information]
| Object Name: | DDR_E_SLS_FRCST_ITEM |
|---|---|
| Object Type: | TABLE |
| Owner: | DDR |
| Subobject Name: | |
| Status: | VALID |
This table stores the error records from DDR_I_SLS_FRCST_ITEM and DDR_S_SLS_FRCST_ITEM tables
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 | Load ID is required for supporting All or None Mode |
| FRCST_SLS_UOM | VARCHAR2 | (30) | Unit of measure for the transaction | |
| MFG_ORG_CD | VARCHAR2 | (30) | Manufacturer Organization Code | |
| RTL_ORG_CD | VARCHAR2 | (30) | Natural Key Code for a Retailer Organization | |
| FRCST_NBR | VARCHAR2 | (30) | Forecast number for a particular Item for a given Day | |
| FRCST_TYP | VARCHAR2 | (30) | Forecast number for a particular Item for a given Day | |
| FRCST_VRSN | DATE | Forecast Version, this is for Internal Version maintenance in case there are more than one forecast for an Item for a given day | ||
| ORG_BSNS_UNIT_ID | NUMBER | Business Unit ID | ||
| 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 proprietary SKU Item Number | ||
| 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 | |
| FRCST_SLS_UOM_CD | VARCHAR2 | (30) | Unit of measure code for the transaction | |
| FRCST_SLS_UOM_CD_PRMRY | VARCHAR2 | (30) | Primary unit of measure code | |
| FRCST_SLS_UOM_CD_ALT | VARCHAR2 | (30) | Alternate unit of measure code | |
| CRNCY_CD | VARCHAR2 | (30) | Currency specified for the retailer organization | |
| FRCST_SLS_QTY | NUMBER | Day total Forecast Quantity in Transition UOM specified | ||
| FRCST_SLS_QTY_PRMRY | NUMBER | Day total Forecast Quantity in terms of Primary UOM | ||
| FRCST_SLS_QTY_ALT | NUMBER | Day total Forecast Quantity in terms of Alternate UOM | ||
| FRCST_SLS_AMT | NUMBER | Retail value of Forecast Amount in Retailer's Reporting Currency | ||
| FRCST_SLS_AMT_LCL | NUMBER | Retail value of Forecast Amount in Local Currency (not supported) | ||
| FRCST_SLS_AMT_RPT | NUMBER | Retail value of Forecast Amount in Reporting Currency | ||
| 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) | Period Type Flag for Time Allocation | |
| LOC_IDNT_CD | VARCHAR2 | (30) | Location Identifier Code | |
| LOC_IDNT_FLAG | VARCHAR2 | (1) | Location Identifier Flag | |
| ORG_LVL_CD | VARCHAR2 | (30) | Organization Level Code | |
| SRC_IDNT_FLAG | VARCHAR2 | (1) | Source Identifier Flag | |
| ACTION_FLAG | VARCHAR2 | (1) | Action Flag | |
| TRANS_DT | DATE | The date for which the value is being reported | ||
| FRCST_PURP | VARCHAR2 | (30) | To identify the purpose of the forecast supplied by the retailer. | |
| ITM_TYP | VARCHAR2 | (1) | Item Type , whether manufacturer or competitor | |
| MFG_SKU_ITEM_ID | NUMBER | Unique Manufacturer Level SKU Item ID |
Cut, paste (and edit) the following text to query this object:
SELECT REC_ID
, LOAD_ID
, ERR_REASON
, FRCST_SLS_UOM
, MFG_ORG_CD
, RTL_ORG_CD
, FRCST_NBR
, FRCST_TYP
, FRCST_VRSN
, ORG_BSNS_UNIT_ID
, BSNS_UNIT_CD
, DAY_CD
, GLBL_ITEM_ID
, RTL_SKU_ITEM_ID
, RTL_SKU_ITEM_NBR
, GLBL_ITEM_ID_TYP
, FRCST_SLS_UOM_CD
, FRCST_SLS_UOM_CD_PRMRY
, FRCST_SLS_UOM_CD_ALT
, CRNCY_CD
, FRCST_SLS_QTY
, FRCST_SLS_QTY_PRMRY
, FRCST_SLS_QTY_ALT
, FRCST_SLS_AMT
, FRCST_SLS_AMT_LCL
, FRCST_SLS_AMT_RPT
, 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
, FRCST_PURP
, ITM_TYP
, MFG_SKU_ITEM_ID
FROM DDR.DDR_E_SLS_FRCST_ITEM;
DDR.DDR_E_SLS_FRCST_ITEM does not reference any database object
DDR.DDR_E_SLS_FRCST_ITEM is referenced by following:
DDR
DDR_E_SLS_FRCST_ITEM#
|
|
|
|