JL_BR_AR_BANK_OCCURRENCES

This table stores the mapping between bank occurrences and standard occurrences.

Details

  • Schema: FUSION

  • Object owner: JL

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

JL_BR_AR_BANK_OCCURRENCES_PK

BANK_PARTY_ID, BANK_OCCURRENCE_CODE, BANK_OCCURRENCE_TYPE

Columns

Name Datatype Length Precision Not-null Comments Status
BANK_OCCURRENCE_CODE VARCHAR2 30 Yes Unique occurrence code for a bank. Active
BANK_NUMBER VARCHAR2 30 Unique numeric identifier for a bank. Active
BANK_OCCURRENCE_TYPE VARCHAR2 30 Yes Bank occurrence type. Values are from the lookup JLBR_AR_BANK_OCCURENCE_TYPE. Active
DESCRIPTION VARCHAR2 240 Yes Description of a bank occurrence code. Active
STD_OCCURRENCE_CODE VARCHAR2 30 Yes Standard occurrence code. Values are from the lookups JLBR_AR_REMIT_BANK_OCCURENCE and JLBR_AR_RETURN_BANK_OCCURENCE. Active
REMITTANCE_MEDIA VARCHAR2 30 Remittance media. Values are from the lookup JLBR_AR_REMITTANCE_MEDIA. Active
DAYS_TO_SEND NUMBER 3 Number of days within due date for sending a bank occurrence in an electronic file. 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
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.
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.
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.
BANK_PARTY_ID NUMBER 18 Yes Identifier for a bank party on a bank occurrence. 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.
ENABLED_FLAG VARCHAR2 1 Yes Flag to indicate whether the collection update code is active.

Foreign Keys

Table Foreign Table Foreign Key Column
JL_BR_AR_BANK_OCCURRENCES hz_parties BANK_PARTY_ID

Indexes

Index Uniqueness Tablespace Columns Status
JL_BR_AR_BANK_OCCURRENCES_U1 Unique FUSION_TS_TX_DATA BANK_OCCURRENCE_CODE, BANK_NUMBER, BANK_OCCURRENCE_TYPE Obsolete
JL_BR_AR_BANK_OCCURR_U1 Unique FUSION_TS_TX_IDX BANK_PARTY_ID, BANK_OCCURRENCE_CODE, BANK_OCCURRENCE_TYPE