Search Results jl_br_ar_bank_occurrences
Overview
The table JL_BR_AR_BANK_OCCURRENCES is a core data repository within the Oracle E-Business Suite Latin America Localizations module, specifically designed for the Brazilian market. It serves as the master reference table for storing bank occurrence codes, which are critical for managing and tracking the status of financial transactions within the Brazilian banking system. This table is integral to the Accounts Receivable (AR) processes, enabling the system to interpret and process standardized return codes and statuses provided by banks for payments, collections, and other financial instruments. Its role is to provide a centralized, validated list of codes that can be associated with specific banking institutions, ensuring compliance with local regulatory reporting and financial reconciliation requirements.
Key Information Stored
The table's structure is designed to uniquely identify an occurrence code for a specific bank. Its primary key is a composite of three columns, ensuring uniqueness per bank and code type. The critical columns are:
- BANK_PARTY_ID: A foreign key to HZ_PARTIES, this column stores the unique identifier for the banking institution (party) to which the occurrence code applies.
- BANK_OCCURRENCE_CODE: Stores the actual alphanumeric code that represents a specific bank occurrence or status (e.g., a payment return reason).
- BANK_OCCURRENCE_TYPE: Categorizes the occurrence code, allowing for logical grouping (e.g., distinguishing between payment, collection, or protest-related occurrences).
Together, these columns define a valid bank occurrence. The table likely contains additional descriptive columns (such as meaning, start/end dates, or active status) to fully define each code, though they are not explicitly listed in the provided metadata.
Common Use Cases and Queries
This table is primarily used in transactional reporting, reconciliation, and exception handling workflows. A common use case is identifying all valid occurrence codes for a specific bank when processing a bank statement file or investigating a returned payment. For reporting, it is frequently joined to transaction tables to generate detailed reports on payment failures or collection statuses. A typical query pattern involves joining to the HZ_PARTIES table to retrieve the bank's name:
SELECT hp.party_name, jb.bank_occurrence_code, jb.bank_occurrence_type
FROM jl_br_ar_bank_occurrences jb, hz_parties hp
WHERE jb.bank_party_id = hp.party_id
AND hp.party_name = 'Bank Name';
Another critical use case is supporting the application logic that automatically applies business rules (like updating invoice status or creating adjustment transactions) when a specific bank occurrence code is received from an electronic payment file.
Related Objects
The JL_BR_AR_BANK_OCCURRENCES table maintains defined foreign key relationships with other core localization tables, as documented in the ETRM metadata:
- HZ_PARTIES: The table references HZ_PARTIES via the BANK_PARTY_ID column. This relationship ties each occurrence code to a specific banking institution defined in the Trading Community Architecture (TCA) registry.
- JL_BR_AR_OCCURRENCE_DOCS_ALL: This transactional table holds a foreign key reference to JL_BR_AR_BANK_OCCURRENCES. It joins on the composite key (BANK_OCCURRENCE_CODE, BANK_NUMBER, BANK_OCCURRENCE_TYPE), linking specific documents or transactions (like receipts or invoices) to the master bank occurrence codes stored in this table. This is the primary relationship for applying occurrence data to business documents.
-
Table: JL_BR_AR_BANK_OCCURRENCES
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BANK_OCCURRENCES, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID, product: JL - Latin America Localizations , description: Bank Occurrence codes , implementation_dba_data: JL.JL_BR_AR_BANK_OCCURRENCES ,
-
Table: JL_BR_AR_BANK_OCCURRENCES
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BANK_OCCURRENCES, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID, product: JL - Latin America Localizations , description: Bank Occurrence codes , implementation_dba_data: JL.JL_BR_AR_BANK_OCCURRENCES ,
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BANK_OCCURRENCES
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BANK_OCCURRENCES
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BANK_OCCURRENCES
12.1.1
-
APPS.JL_BR_AR_LOG_VALIDATION dependencies on JL_BR_AR_BANK_OCCURRENCES
12.1.1
-
APPS.JL_BR_AR_LOG_VALIDATION dependencies on JL_BR_AR_BANK_OCCURRENCES
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_BANK_OCCURRENCES
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_COLLECTION_DOCS
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on RA_CUSTOMER_TRX_ALL
12.2.2
-
VIEW: APPS.JL_BR_AR_BANK_OCCURRENCES_DFV
12.2.2
-
VIEW: APPS.JL_BR_AR_BANK_OCCURRENCES_DFV
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on RA_CUSTOMER_TRX_ALL
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS_ALL
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_REC_MET_ACCTS_EXT_ALL
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_REC_MET_ACCTS_EXT_ALL
12.2.2
-
VIEW: JL.JL_BR_AR_BANK_OCCURRENCES#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_BR_AR_BANK_OCCURRENCES#, status:VALID,
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BORDEROS_ALL
12.1.1
-
APPS.JL_BR_AR_LOG_VALIDATION dependencies on HZ_ORGANIZATION_PROFILES
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_COLLECTION_DOCS
12.2.2
-
SYNONYM: APPS.JL_BR_AR_BANK_OCCURRENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID,
-
SYNONYM: APPS.JL_BR_AR_BANK_OCCURRENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID,
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BORDEROS
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS_ALL
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_SELECT_ACCOUNTS_ALL
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_SELECT_ACCOUNTS_ALL
12.1.1
-
APPS.JL_BR_AR_LOG_VALIDATION dependencies on HZ_ORGANIZATION_PROFILES
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BORDEROS_ALL
12.2.2
-
VIEW: APPS.JL_BR_AR_COLL_OCC_DOCS_H_V
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_BORDEROS
12.1.1
-
VIEW: APPS.JL_BR_AR_COLL_OCC_DOCS_H_V
12.1.1
-
APPS.JL_BR_AR_LOG_VALIDATION SQL Statements
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_COLLECTION_DOCS_ALL
12.1.1
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_COLLECTION_DOCS_ALL
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_OCCURRENCE_DOCS_ALL
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_OCCURRENCE_DOCS
12.2.2
-
VIEW: JL.JL_BR_AR_BANK_OCCURRENCES#
12.2.2
-
TABLE: JL.JL_BR_AR_BANK_OCCURRENCES
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BANK_OCCURRENCES, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID,
-
TABLE: JL.JL_BR_AR_BANK_OCCURRENCES
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_BANK_OCCURRENCES, object_name:JL_BR_AR_BANK_OCCURRENCES, status:VALID,
-
VIEW: APPS.JL_BR_AR_BANK_RETURNS_V
12.1.1
-
TRIGGER: APPS.JL_BR_AR_OCC_DOCS_WRT_N_ABTMT2
12.2.2
-
TRIGGER: APPS.JL_BR_AR_OCC_DOCS_WRT_N_ABTMT2
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS
12.2.2
-
APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on JL_BR_AR_OCCURRENCE_DOCS_ALL
12.1.1
-
View: JL_BR_AR_COLL_OCC_DOCS_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_COLL_OCC_DOCS_H_V, object_name:JL_BR_AR_COLL_OCC_DOCS_H_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_COLL_OCC_DOCS_H_V ,
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on JL_BR_AR_SELECT_ACCOUNTS
12.1.1
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on CE_BANK_ACCT_USES_ALL
12.2.2
-
APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on HZ_PARTIES
12.1.1
-
VIEW: APPS.JL_BR_AR_BANK_RETURNS_V
12.2.2
-
TRIGGER: APPS.JL_BR_AR_OCC_DOCS_WRT_N_ABTMT1
12.1.1