ARB_SYSTEM_PARAMETERS

The ARB_SYSTEM_PARAMETERS table contains customizations to Oracle Fusion Bill Management. This table stores installation-wide options. At least one row must always exist in this table.

Details

  • Schema: FUSION

  • Object owner: ARB

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ARB_SYSTEM_PARAMETERS_PK

SYSTEM_PARAMETER_ID

Columns

Name Datatype Length Precision Not-null Comments
SYSTEM_PARAMETER_ID NUMBER 18 Yes System parameter identifier.
FILTER_NOT_PRINT_FLAG VARCHAR2 1 Indicates whether the transactions was identified as Do Not Print.
FILTER_TRX_DAYS NUMBER 5 Number of days to filter transactions.
AGING_BUCKET_ID NUMBER 18 Yes Aging bucket identifier.
APPLY_CREDIT_FLAG VARCHAR2 1 Indicates whether applying credit memo to invoices is enable or not.
PAYMENT_APPROVAL_FLAG VARCHAR2 1 Indicates whether approval is required before paying transactions.
CROSS_BU_PAYMENT_FLAG VARCHAR2 1 Indicates whether the payment is enabled for across busines unit.
SERVICE_CHARGE_FLAG VARCHAR2 1 Indicates whether service charge is enabled or not.
DISCOUNT_GRACE_DAYS_FLAG VARCHAR2 1 Indicates whether the discount grace days is used to calculate the discount.
ZERO_PAYMENT_FLAG VARCHAR2 1 Indicates whether zero amount payment is enable or not.
MAX_FUTURE_PAYMENT_DAYS NUMBER 5 Indicates the maximum number of days for future payment.
REG_HOLD_DOMAIN VARCHAR2 30 Indicates if user exceeded maximum number of attempts to register.
REG_HOLD_DAYS NUMBER 5 Indicates the wait time before user can attempt to register.
ACCT_ACCESS_APPROVAL_FLAG VARCHAR2 1 Indicates if approval is required when requesting account access.
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.
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.
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_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.
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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
ARB_SYSTEM_PARAMETERS ar_aging_buckets AGING_BUCKET_ID

Indexes

Index Uniqueness Tablespace Columns
ARB_SYSTEM_PARAMETERS_U1 Unique FUSION_TS_TX_IDX SYSTEM_PARAMETER_ID, ORA_SEED_SET1
ARB_SYSTEM_PARAMETERS_U11 Unique FUSION_TS_TX_IDX SYSTEM_PARAMETER_ID, ORA_SEED_SET2