[Home] [Help]
[Dependency Information]
Object Name: | DDR_E_PRMTN_PLN |
---|---|
Object Type: | TABLE |
Owner: | DDR |
Subobject Name: | |
Status: | VALID |
This table stores the error records from DDR_I_PRMTN_PLN and DDR_S_PRMTN_PLN tables
Tablespace: | ![]() |
---|---|
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 | 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 | |
PRMTN_TYP | VARCHAR2 | (30) | Flag indicating that went into Promotion | |
PRMTN_FROM_DT | DATE | The date that the Promotion starts for the particular Unit | ||
PRMTN_TO_DT | DATE | The date that the Promotion ends for the particular Unit | ||
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 | |
CRNCY_CD | VARCHAR2 | (30) | Currency specified for the retailer organization | |
PRMTN_PRICE_AMT | NUMBER | Retail value of Promotion Amount in Retailer's Reporting Currency | ||
PRMTN_PRICE_AMT_LCL | NUMBER | Retail value of Promotion Amount in Local Currency (not supported) | ||
PRMTN_PRICE_AMT_RPT | NUMBER | Retail value of Promotion 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 Audit/ Who column - Source System Identifier | |
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 | ||
SRC_IDNT_FLAG | VARCHAR2 | (1) | Flag indicating the origin of the error record, it can come from Interface/Stage, possible values can be 'I/S' | |
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 |
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
, PRMTN_TYP
, PRMTN_FROM_DT
, PRMTN_TO_DT
, GLBL_ITEM_ID
, RTL_SKU_ITEM_ID
, RTL_SKU_ITEM_NBR
, GLBL_ITEM_ID_TYP
, CRNCY_CD
, PRMTN_PRICE_AMT
, PRMTN_PRICE_AMT_LCL
, PRMTN_PRICE_AMT_RPT
, SRC_SYS_IDNT
, SRC_SYS_DT
, SRC_IDNT_FLAG
, ACTION_FLAG
, TRANS_DT
FROM DDR.DDR_E_PRMTN_PLN;
DDR.DDR_E_PRMTN_PLN does not reference any database object
DDR.DDR_E_PRMTN_PLN is referenced by following:
|
|
|