VRM_NEW_SYSTEM_OPTIONS_

This table contains system options information for Oracle Fusion Revenue Management.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

VRM_NEW_SYSTEM_OPTIONS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, NEW_SYSTEM_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
NEW_SYSTEM_OPTION_ID NUMBER 18 Yes Unique identifier for new system options.
EXCHANGE_RATE_TYPE VARCHAR2 30 Default exchange rate type to be used for currency conversion.
NUMBER_OF_PROCESSORS NUMBER 18 Number of parallel processors.
PROCESSING_UNIT_SIZE NUMBER 18 Number of documents to be processed at a time.
ROUNDING_RULE VARCHAR2 30 Specifies the rounding rule for revenue price calculation. Valid values are from the lookup type VRM_SYSTEM_ROUNDING_RULE.
CREATED_FROM VARCHAR2 30 The process or user interface from which this row is created..
PERFORMANCE_PREPROCESS_FLAG VARCHAR2 1 Oracle Internal use only.
OBJECT_VERSION_NUMBER NUMBER 9 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.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
VRM_SYSTEM_OPTIONS VARCHAR2 1 Oracle internal use only.
INVALID_LINE_HANDLING_CODE VARCHAR2 30 Identifies the handling of invalid lines for contract creation. Valid values are Reject Contract and Reject Line. Reject Contract indicates that the Identify Customer Contract process will suspend contract creation for a source document until all of the source document lines are in a status of Processed. Reject Line indicates that the Identify Customer Contract process will create a contract for a source document for the processed source document lines, regardless of whether all of the lines are in a status of Processed. Blank is treated as Reject Line.
ENABLE_REFERENCE_CURRENCY_FLAG VARCHAR2 1 Indicates reference currency functionality enabled. Valid values are from the lookup type VRM_YES/NO.
REFERENCE_CURRENCY_CODE VARCHAR2 15 Currency to be used as the reference currency.
REFERENCE_EXCHANGE_RATE_TYPE VARCHAR2 30 Rate type to used for converting entered currency amounts to reference currency.
REFERENCE_EXCHANGE_RATE_DATE VARCHAR2 30 The date used to convert entered amounts to reference currency. Valid values are from the lookup type ORA_REF_CONVERSION_RATE_DATE.
DISABLE_SOURCE_EXCHANGE_FLAG VARCHAR2 1 Indicates overriding of the conversion currency settings at the system option level by the source data is disabled. Valid values are from the lookup type VRM_YES/NO.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
VRM_NEW_SYSTEM_OPTIONSN1_ Non Unique Default NEW_SYSTEM_OPTION_ID, LAST_UPDATE_DATE
VRM_NEW_SYSTEM_OPTIONS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, NEW_SYSTEM_OPTION_ID