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


VIEW: APPS.DDR_B_CRNCY_EXCHNG_RATE_V

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
MFG_ORG_CD VARCHAR2 (30)
Manufacturer Organization Code
TO_CRNCY_CD VARCHAR2 (30)
Manufacturer's Currency Code
FROM_CRNCY_CD VARCHAR2 (30)
Retailer's Reporting Currency Code
DAY_CD VARCHAR2 (30)
Day level information for which the value is being calculated
EXCHNG_RATE NUMBER

Formula or exchange rate for that day based on which currency will be converted
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
FROM APPS.DDR_B_CRNCY_EXCHNG_RATE_V;

Dependencies

[top of page]

APPS.DDR_B_CRNCY_EXCHNG_RATE_V references the following:

SchemaAPPS
SynonymDDR_B_CRNCY_EXCHNG_RATE
SynonymDDR_R_CRNCY

APPS.DDR_B_CRNCY_EXCHNG_RATE_V is not referenced by any database object