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


VIEW: APPS.DDR_IS_SHIP_ERR_V

Object Details
Object Name: DDR_IS_SHIP_ERR_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
REC_ID NUMBER
Yes Unique Record ID per Transaction for Error Handling
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_BSNS_UNIT_CD VARCHAR2 (30)
Global identifier for the location (typically a retail store or distribution center) - Business Unit
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
UOM VARCHAR2 (30)
The default unit of measure (if unspecified) is each (EA)
SHIP_QTY NUMBER

Day total Shipment Quantity in Transition UOM specified
SHIP_AMT NUMBER

Retail value of Shipment Amount in Retailer's 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
TRANS_DT DATE
Yes The date for which the value is being reported
RTL_ORG_CD VARCHAR2 (30)
Code for a Retailer Organization or Competitor Organization
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)
SHIP_COST NUMBER

The cost of the products being shipped
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REC_ID
,      GLBL_ITEM_ID
,      RTL_BSNS_UNIT_CD
,      RTL_SKU_ITEM_NBR
,      GLBL_ITEM_ID_TYP
,      UOM
,      SHIP_QTY
,      SHIP_AMT
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      TRANS_DT
,      RTL_ORG_CD
,      SHIP_TO_ORG_CD
,      SHIP_TO_BSNS_UNIT_CD
,      SHIP_COST
FROM APPS.DDR_IS_SHIP_ERR_V;

Dependencies

[top of page]

APPS.DDR_IS_SHIP_ERR_V references the following:

SchemaAPPS
SynonymDDR_I_RTL_SHIP_ITEM
SynonymDDR_S_RTL_SHIP_ITEM

APPS.DDR_IS_SHIP_ERR_V is not referenced by any database object