FUN_SYSTEM_OPTIONS_

This table contains setup options defined at the system level which apply across the entire application. This table will always contain only one row.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FUN_SYSTEM_OPTIONS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, SYSTEM_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
SYSTEM_OPTION_ID NUMBER 18 Yes System options unique identifier. Active
DEFAULT_CURRENCY VARCHAR2 15 Default Intercompany currency. Active
MIN_TRX_AMT NUMBER Minimum intercompany transaction amount. Active
MIN_TRX_AMT_CURRENCY VARCHAR2 15 Currency for the minimum intercompany transaction amount. Active
EXCHG_RATE_TYPE VARCHAR2 30 Conversion rate type to be used for intercompany batches. Active
NUMBERING_TYPE VARCHAR2 30 Numbering type, automatic or manual. Active
ALLOW_REJECT_FLAG VARCHAR2 1 Flag to allow rejection of the intercompany interface batch. Active
GL_BATCH_FLAG VARCHAR2 1 Not currently used. Active
APAR_BATCH_FLAG VARCHAR2 1 Summarize receivables invoice distributions flag. Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
INTECO_CALENDAR VARCHAR2 15 Descriptive Flexfield: segment of the user descriptive flexfield. Active
INTECO_PERIOD_TYPE VARCHAR2 15 Intercompany period type for the intercompany calendar. Active
DEFAULT_AR_TRX_TYPE_ID NUMBER 18 Default receivable transaction type identifier. Active
DEFAULT_MEMO_LINE_ID NUMBER 18 Default receivables memo line identifier. Active
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. Active
SUBLEDGER_INTERCO_CURRENCY VARCHAR2 15 Subledger intercompany currency. Active
DEFAULT_TRX_TYPE_ID NUMBER 18 Transaction type map unique identifier. Active
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
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 Status
FUN_SYSTEM_OPTIONS_N1_ Non Unique Default SYSTEM_OPTION_ID
FUN_SYSTEM_OPTIONS_U1_ Unique FUSION_TS_SEED LAST_UPDATE_DATE, LAST_UPDATED_BY, SYSTEM_OPTION_ID Active