JL_BR_AR_SELECT_ACCOUNTS_ALL

This table stores bank account distribution criteria for bank transfer batches.

Details

  • Schema: FUSION

  • Object owner: JL

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

JL_BR_AR_SELECT_ACCOUNTS_PK

SELECT_ACCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
SELECT_ACCOUNT_ID NUMBER 18 Yes Account selection control identifier. Active
SELECTION_CONTROL_ID NUMBER 18 Yes Selection control identifier of the remittance batch. Active
BANK_ACCOUNT_ID NUMBER 18 Identifier for the bank account used by the deploying company. Active
GL_DATE DATE No longer used. Active
SELECTION_DATE DATE No longer used. Active
CANCELLATION_DATE DATE No longer used. Active
FORMAT_DATE DATE No longer used. Active
REMITTANCE_DATE DATE No longer used. Active
PORTFOLIO_CODE NUMBER Portfolio code associated to the record. Active
MIN_DOCUMENT_AMOUNT NUMBER Minimum amount for a document in a remittance batch. Active
MAX_DOCUMENT_AMOUNT NUMBER Maximum amount for a document in a remittance batch. Active
MIN_REMITTANCE_AMOUNT NUMBER Minimum amount for a remittance batch. Active
MAX_REMITTANCE_AMOUNT NUMBER Maximum amount for a remittance batch. Active
BANK_INSTRUCTION_CODE1 NUMBER Bank instruction code 1 in account selection criteria. Active
BANK_INSTRUCTION_CODE2 NUMBER Bank instruction code 2 in account selection criteria. Active
BANK_CHARGE_AMOUNT NUMBER No longer used. Active
BATCH_SOURCE_ID NUMBER 18 Batch source identifier used in bank return to create a batch for interim cash receipts. Active
PERCENTAGE_DISTRIBUTION NUMBER Percentage amount distribution to accounts. Active
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row. Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. 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_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
BANK_ACCT_USE_ID NUMBER 18 Yes Unique identifier for the bank account use. Active
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. Active
RECORD_TYPE_CODE VARCHAR2 30 Yes Identifier that distinguishes a template record from a transaction record. Active

Foreign Keys

Table Foreign Table Foreign Key Column
JL_BR_AR_SELECT_ACCOUNTS_ALL jl_br_ar_select_controls_all SELECTION_CONTROL_ID
JL_BR_AR_SELECT_ACCOUNTS_ALL ce_bank_accounts BANK_ACCOUNT_ID
JL_BR_AR_SELECT_ACCOUNTS_ALL ar_batch_sources_all BATCH_SOURCE_ID
JL_BR_AR_SELECT_ACCOUNTS_ALL ce_bank_acct_uses_all BANK_ACCT_USE_ID
jl_br_ar_coll_batches_all jl_br_ar_select_accounts_all SELECT_ACCOUNT_ID
jl_br_ar_pay_sched_aux jl_br_ar_select_accounts_all SELECT_ACCOUNT_ID
jl_br_ar_borderos_all jl_br_ar_select_accounts_all SELECT_ACCOUNT_ID

Indexes

Index Uniqueness Tablespace Columns Status
JL_BR_AR_SELECT_ACCOUNTS_N1 Non Unique Default SELECTION_CONTROL_ID
JL_BR_AR_SELECT_ACCOUNTS_U1 Unique FUSION_TS_TX_IDX SELECT_ACCOUNT_ID Active