AR_SELECTION_CRITERIA

AR_SELECTION_CRITERIA contains the selection criteria that are used by the Create Automatic Bills Receivable Batch process to determine which transactions to include in a new batch of bills receivable.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_IDX

Primary Key

Name Columns

AR_SELECTION_CRITERIA_PK

SELECTION_CRITERIA_ID

Columns

Name Datatype Length Precision Not-null Comments
SELECTION_CRITERIA_ID NUMBER 18 Yes Identifier of a selection criteria.
DUE_DATE_LOW DATE Lower limit of a range of transaction due dates.
DUE_DATE_HIGH DATE Upper limit of a range of transaction due dates.
TRX_DATE_LOW DATE Lower limit of a range of transaction dates.
TRX_DATE_HIGH DATE Upper limit of a range of transaction dates.
CUST_TRX_TYPE_SEQ_ID NUMBER 18 Identifier of a transaction type.
RECEIPT_METHOD_ID NUMBER 18 Identifier of a receipt method on a transaction.
BANK_BRANCH_ID NUMBER 18 Identifier of a bank branch on a transaction.
TRX_NUMBER_LOW VARCHAR2 20 Lower limit of a range of transaction numbers.
TRX_NUMBER_HIGH VARCHAR2 20 Upper limit of a range of transaction numbers.
CUSTOMER_CLASS_CODE VARCHAR2 30 Code of the transaction customer's class.
CUSTOMER_CATEGORY_CODE VARCHAR2 30 Code of the transaction customer's category.
CUSTOMER_ID NUMBER 18 Identifier of the transaction's customer.
SITE_USE_ID NUMBER 18 Identifier of the transaction customer's site use.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.

Indexes

Index Uniqueness Tablespace Columns
AR_SELECTION_CRITERIA_U1 Unique FUSION_TS_TX_IDX SELECTION_CRITERIA_ID