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


TABLE: DDR.DDR_B_CRNCY_EXCHNG_RATE

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


This table stores the currency exchange rate at day level


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DDR_B_CRNCY_EXCHNG_RATE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMFG_ORG_CD
ColumnTO_CRNCY_CD
ColumnFROM_CRNCY_CD
ColumnDAY_CD
Columns
Name Datatype Length Mandatory Comments
MFG_ORG_CD VARCHAR2 (30) Yes Manufacturer Organization Code
TO_CRNCY_CD VARCHAR2 (30) Yes Manufacturer's Currency Code
FROM_CRNCY_CD VARCHAR2 (30) Yes Retailer's Reporting Currency Code
DAY_CD VARCHAR2 (30) Yes Day level information for which the value is being calculated
EXCHNG_RATE NUMBER
Yes Formula or exchange rate for that day based on which currency will be converted
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
Query Text

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


SELECT MFG_ORG_CD
,      TO_CRNCY_CD
,      FROM_CRNCY_CD
,      DAY_CD
,      EXCHNG_RATE
,      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
FROM DDR.DDR_B_CRNCY_EXCHNG_RATE;

Dependencies

[top of page]

DDR.DDR_B_CRNCY_EXCHNG_RATE does not reference any database object

DDR.DDR_B_CRNCY_EXCHNG_RATE is referenced by following:

SchemaAPPS
SynonymDDR_B_CRNCY_EXCHNG_RATE