[Home] [Help]
[Dependency Information]
Object Name: | DDR_B_PRMTN_PLN |
---|---|
Object Type: | TABLE |
Owner: | DDR |
Subobject Name: | |
Status: | VALID |
This table stores the promotion plan information at business unit and sku item level
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
DDR_B_PRMTN_PLN_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MFG_ORG_CD | VARCHAR2 | (30) | Yes | Manufacturer Organization Code |
RTL_ORG_CD | VARCHAR2 | (30) | Yes | Natural Key Code for a Retailer Organization |
ORG_BSNS_UNIT_ID | NUMBER | Yes | Business Unit ID | |
RTL_BSNS_UNIT_CD | VARCHAR2 | (30) | Yes | Global identifier for the location (typically a retail store or distribution center) - Business Unit |
PRMTN_TYP | VARCHAR2 | (30) | Yes | Type of Promotion under which the product will fall |
PRMTN_FROM_DT | DATE | Yes | Start date of the particular Promotion | |
PRMTN_TO_DT | DATE | Yes | End date of the particular Promotion | |
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 |
RTL_SKU_ITEM_ID | NUMBER | Yes | Unique Retailer Level SKU Item ID | |
RTL_SKU_ITEM_NBR | VARCHAR2 | (30) | Yes | 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) | Unit of measure code for the transaction | |
PRMTN_PRICE_AMT | NUMBER | During Promotion Price Amount for a particular Item in Retailer's Reporting Currency | ||
PRMTN_PRICE_AMT_LCL | NUMBER | During Promotion Price Amount for a particular Item in Local Currency (not supported) | ||
PRMTN_PRICE_AMT_RPT | NUMBER | During Promotion Price Amount for a particular Item in Reporting Currency | ||
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 |
MFG_SKU_ITEM_ID | NUMBER | Manufacturer item unique identifier | ||
ITM_TYP | VARCHAR2 | (1) | Item Type, whether manufacturer or competitor |
Cut, paste (and edit) the following text to query this object:
SELECT 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
, CRTD_BY_DSR
, LAST_UPDT_BY_DSR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, MFG_SKU_ITEM_ID
, ITM_TYP
FROM DDR.DDR_B_PRMTN_PLN;
DDR.DDR_B_PRMTN_PLN does not reference any database object
DDR.DDR_B_PRMTN_PLN is referenced by following:
|
|
|