PJB_CURRENCY_CONV_OVRRDS

The table stores currency overrides negiotated for a Contract. The overrides are applied while converting the Bill Transaction Currency amounts to Contract or Invoice Revenue Currency.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJB_CURRENCY_CONV_OVRRDS_PK

CURR_CONV_OVERRIDE_ID, MAJOR_VERSION

Columns

Name Datatype Length Precision Not-null Comments
CURR_CONV_OVERRIDE_ID NUMBER 18 Yes Identifier of Currency Conversion Override.
CONTRACT_ID NUMBER 18 Yes Identifier of the Contract its associated with.
BILL_PLAN_ID NUMBER 18 Yes Identifier of the Bill Plan associated with.
FROM_CURRENCY VARCHAR2 15 Yes Currency that will be converted from.
TO_CURRENCY VARCHAR2 15 Yes Currency that will be converted to.
FROM_CONVERSION_DATE DATE Yes Start of date range for which this rate is valid.
TO_CONVERSION_DATE DATE Yes End of date range for which this rate is valid.
CONVERSION_RATE NUMBER Yes Currency Conversion Rate for an override.
VERSION_TYPE VARCHAR2 1 Yes Version type of the Contract.It can have 3 values Current, Amendment and History.
MAJOR_VERSION NUMBER 18 Yes Major Version Number of the Contract.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
EXTERNAL_KEY1 VARCHAR2 150 External key that uniquely identifies a record.
EXTERNAL_KEY2 VARCHAR2 150 Additional attribute to qualify external key.

Indexes

Index Uniqueness Tablespace Columns
PJB_CURRENCY_CONV_OVRRDS_N1 Non Unique Default CONTRACT_ID, BILL_PLAN_ID, TO_CURRENCY, FROM_CURRENCY
PJB_CURRENCY_CONV_OVRRDS_U1 Unique Default CURR_CONV_OVERRIDE_ID, MAJOR_VERSION
PJB_CURRENCY_CONV_OVRRDS_U2 Unique Default EXTERNAL_KEY1, EXTERNAL_KEY2