[Home] [Help]
[Dependency Information]
| Object Name: | DDR_I_MFG_SHIP_ITEM |
|---|---|
| Object Type: | TABLE |
| Owner: | DDR |
| Subobject Name: | |
| Status: | VALID |
Interface table to populate data in DDR_B_MFG_SHIP_ITEM_DAY
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| DDR_I_MFG_SHIP_ITEM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REC_ID | NUMBER | Yes | Unique Record ID per Transaction for Error Handling | |
| BSNS_UNIT_CD | VARCHAR2 | (30) | Global identifier for the location (typically a retail store or distribution center) | |
| SHIP_TO_ORG_CD | VARCHAR2 | (30) | Natural Key Code for the ship to Organization | |
| SHIP_TO_BSNS_UNIT_CD | VARCHAR2 | (30) | Global identifier for the location shipped to (retail store or distribution center) | |
| MFG_SKU_ITEM_NBR | VARCHAR2 | (30) | Unique Manufacturer proprietary SKU Item Number | |
| TRANS_DT | DATE | Yes | The date for which the value is being reported | |
| UOM | VARCHAR2 | (30) | Unit of measure code for the transaction | |
| SHIP_QTY | NUMBER | Day total Shipment Quantity in Transition UOM specified | ||
| SHIP_AMT | NUMBER | Value of Shipment Amount | ||
| SHIP_COST | NUMBER | The cost of the products being shipped | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REC_ID
, BSNS_UNIT_CD
, SHIP_TO_ORG_CD
, SHIP_TO_BSNS_UNIT_CD
, MFG_SKU_ITEM_NBR
, TRANS_DT
, UOM
, SHIP_QTY
, SHIP_AMT
, SHIP_COST
, SRC_SYS_IDNT
, SRC_SYS_DT
FROM DDR.DDR_I_MFG_SHIP_ITEM;
DDR.DDR_I_MFG_SHIP_ITEM does not reference any database object
DDR.DDR_I_MFG_SHIP_ITEM is referenced by following:
DDR
DDR_I_MFG_SHIP_ITEM#
|
|
|
|