PJS_PROG_EXCHANGE_RATES
This table stores information of exchanges rates for the program.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJS_PROG_EXCHANGE_RATES_PK |
FROM_CURRENCY, TO_CURRENCY, CONVERSION_DATE |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
FROM_CURRENCY | VARCHAR2 | 15 | Yes | From currency code of daily rate. |
TO_CURRENCY | VARCHAR2 | 15 | Yes | To currency code of daily rate. |
CONVERSION_DATE | DATE | Yes | Date for which this rate is valid. | |
CONVERSION_RATE | NUMBER | Yes | User entered currency conversion rate. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |
ADDL_ATTRIBUTE1 | VARCHAR2 | 150 | Column supporting alphanumeric characters reserved for internal use. | |
ADDL_ATTRIBUTE2 | VARCHAR2 | 150 | Column supporting alphanumeric characters reserved for internal use. | |
ADDL_ATTRIBUTE3 | VARCHAR2 | 150 | Column supporting alphanumeric characters reserved for internal use. | |
ADDL_ATTRIBUTE4 | VARCHAR2 | 150 | Column supporting alphanumeric characters reserved for internal use. | |
ADDL_ATTRIBUTE5 | VARCHAR2 | 150 | Column supporting alphanumeric characters reserved for internal use. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_PROG_EXCHANGE_RATES_U1 | Unique | Default | FROM_CURRENCY, TO_CURRENCY, CONVERSION_DATE |