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


TABLE: DDR.DDR_B_MFG_SHIP_ITEM_DAY

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


This table stores the information related to shipment to stores at business unit, sku item and day level


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DDR_B_MFG_SHIP_ITEM_DAY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDAY_CD
ColumnMFG_SKU_ITEM_ID
ColumnBSNS_UNIT_ID
ColumnSHIP_TO_BSNS_UNIT_ID
Columns
Name Datatype Length Mandatory Comments
BSNS_UNIT_ID NUMBER
Yes Business Unit ID
SHIP_TO_ORG_CD VARCHAR2 (30)
Natural Key Code for the ship to Organization
SHIP_TO_BSNS_UNIT_ID NUMBER
Yes Ship to Business Unit ID
DAY_CD VARCHAR2 (30) Yes Day level information for which the value is being reported
MFG_SKU_ITEM_ID NUMBER
Yes Unique Manufacturer Level SKU Item ID
MFG_SKU_ITEM_NBR VARCHAR2 (30) Yes Unique Manufacturer proprietary SKU Item Number
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 manufacturer organization
SHIP_QTY NUMBER

Day total Shipment Quantity in Transition UOM specified
SHIP_QTY_PRMRY NUMBER

Day total Shipment Quantity in terms of Primary UOM
SHIP_QTY_ALT NUMBER

Day total Shipment Quantity in terms of Alternate UOM
SHIP_AMT NUMBER

Value of Shipment Amount
SHIP_AMT_LCL NUMBER

Retail value of Shipment Amount in Local Currency (not supported)
SHIP_COST NUMBER

The cost of the products being shipped
SHIP_COST_LCL NUMBER

The cost of the products being shipped in Local Currency (not supported)
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
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
Yes Number code of who last updated the data in target table, for auditing purpose
LAST_UPDATED_DATE DATE
Yes Date on which the data was last updated in target table, for auditing purpose
LAST_UPDATED_LOGIN NUMBER
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 BSNS_UNIT_ID
,      SHIP_TO_ORG_CD
,      SHIP_TO_BSNS_UNIT_ID
,      DAY_CD
,      MFG_SKU_ITEM_ID
,      MFG_SKU_ITEM_NBR
,      UOM_CD
,      UOM_CD_PRMRY
,      UOM_CD_ALT
,      CRNCY_CD
,      SHIP_QTY
,      SHIP_QTY_PRMRY
,      SHIP_QTY_ALT
,      SHIP_AMT
,      SHIP_AMT_LCL
,      SHIP_COST
,      SHIP_COST_LCL
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      CRTD_BY_DSR
,      LAST_UPDT_BY_DSR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATED_DATE
,      LAST_UPDATED_LOGIN
FROM DDR.DDR_B_MFG_SHIP_ITEM_DAY;

Dependencies

[top of page]

DDR.DDR_B_MFG_SHIP_ITEM_DAY does not reference any database object

DDR.DDR_B_MFG_SHIP_ITEM_DAY is referenced by following:

SchemaAPPS
Materialized ViewDDR_BS_MFG_SHIP_ITM_BU_WK_MV
Materialized ViewDDR_BS_MFG_SHP_ITM_BU_WK_C_MV
Materialized ViewDDR_SV_MFG_SHIP_C_MV
SchemaDDR
ViewDDR_B_MFG_SHIP_ITEM_DAY#