Search Results document_status
Overview
JL_BR_AR_COLLECTION_DOCS_ALL is a Latin America Localizations (JL) table owned by the JL schema that stores Brazilian Accounts Receivable collection documents — the transaction records created when receivables are submitted for bank collection, bordero processing, factoring, and related banking activities. The table captures both the lifecycle state of each collection document (status, dates, origin) and the full accounting context, since a single collection document fans out into many General Ledger account assignments.
Its role in Oracle EBS 12.1.1 and 12.2.2 is to act as the operational and accounting bridge between the Receivables subledger (AR_PAYMENT_SCHEDULES_ALL, RA_CUSTOMER_TRX_ALL, AR_RECEIPT_METHODS), the Brazil localization borders (JL_BR_AR_BORDEROS_ALL), and the GL chart of accounts (GL_CODE_COMBINATIONS). The documented FK topology — twenty-plus foreign keys pointing outward to GL_CODE_COMBINATIONS and a minimal set of inbound references — supports a Data Vault modeling suggestion of satellite-leaning: the table's identity and key relationships belong to hubs and links elsewhere, while the bulk of its columns are descriptive attributes, dates, amounts, and CCID references. It is a multi-org table, evidenced by the presence of ORG_ID.
Key Information Stored
The surrogate primary key is DOCUMENT_ID, enforced by JL_BR_AR_COLLEC_DOCS_ALL_PK and reinforced by unique index JL_BR_AR_COLLECT_DOCS_U1. Because the same column carries both the primary key and the unique index, DOCUMENT_ID is the only documented business-key candidate; no alternate natural key (such as a borderô number plus document number combination) is defined at the uniqueness level in this metadata.
The most operationally significant columns include:
BORDERO_ID— FK toJL_BR_AR_BORDEROS_ALL, identifying the borderô (bank collection batch) to which the document belongs.PAYMENT_SCHEDULE_ID— FK toAR_PAYMENT_SCHEDULES_ALL, tying the collection document to the specific receivable installment.CUSTOMER_TRX_ID— FK toRA_CUSTOMER_TRX_ALL, the originating transaction.DOCUMENT_STATUSandPREVIOUS_DOC_STATUS— the current and prior workflow state of the collection.DUE_DATEandSELECTION_DATE— the receivable due date and the date the document was selected for collection.BANK_ACCOUNT_ID,BANK_ACCT_USE_ID,RECEIPT_METHOD_ID,BATCH_SOURCE_ID— banking and Receivables configuration references.ORG_ID— the operating unit, mandatory for multi-org security.- The accounting CCID family:
CASH_CCID,EARNED_CCID,ON_ACCOUNT_CCID,UNEARNED_CCID,UNAPPLIED_CCID,UNIDENTIFIED_CCID,BANK_CHARGES_CCID,CALCULATED_INTEREST_CCID,INTEREST_REVENUE_CCID,INTEREST_WRITEOFF_CCID,ABATEMENT_REVENUE_CCID,ABATEMENT_WRITEOFF_CCID,COLL_ENDORSEMENTS_CCID— each resolving the posting account for a distinct event type.
The 15 ATTRIBUTE columns plus the standard CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN audit columns complete the 76-column structure.
Common Use Cases and Queries
The most frequent reason this table is queried is precisely the search that surfaced it: resolving the GL account for a Brazilian collection event. A typical pattern joins the document to its account combination:
- Collection aging and borderô reconciliation — join
BORDERO_IDtoJL_BR_AR_BORDEROS_ALLand group byDOCUMENT_STATUSto monitor pending versus liquidated documents. - Accounting drill-down —
SELECT d.document_id, d.our_number, g.concatenated_segments FROM jl_br_ar_collection_docs_all d, gl_code_combinations_kfv g WHERE d.cash_ccid = g.code_combination_id;repeated per CCID column that is populated. - Interest and abatement analysis — filtering on the populated interest or abatement CCIDs and the corresponding
*_RECTRX_IDcolumns to trace revenue recognition. - Operating unit reporting — constrained by
ORG_IDandSELECTION_DATEbetween ranges.
Because the accounting CCIDs are stored as surrogate IDs, queries almost always require a join to GL_CODE_COMBINATIONS (or its _KFV key-flexfield view) to render a human-readable account.
Related Objects
The most significant dependent and referenced objects are:
GL_CODE_COMBINATIONS— referenced by more than a dozen CCID columns, making it the dominant dimension.JL_BR_AR_BORDEROS_ALLviaBORDERO_ID— the parent borderô.AR_PAYMENT_SCHEDULES_ALLviaPAYMENT_SCHEDULE_ID— the underlying receivable.RA_CUSTOMER_TRX_ALLviaCUSTOMER_TRX_ID— the source transaction.AR_RECEIPT_METHODSviaRECEIPT_METHOD_IDandAR_RECEIPT_METHOD_ACCOUNTS_ALLviaBANK_ACCOUNT_ID.CE_BANK_ACCT_USES_ALLviaBANK_ACCT_USE_ID, andHZ_PARTIESvia the collector bank and branch party IDs.JL_BR_AR_BANK_RETURNS_ALLandJL_BR_AR_OCCURRENCE_DOCS_ALL— child tables that referenceDOCUMENT_IDand hold bank return and occurrence detail.
-
Table: JL_BR_AR_COLLECTION_DOCS_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_COLLECTION_DOCS_ALL, object_name:JL_BR_AR_COLLECTION_DOCS_ALL, status:VALID, product: JL - Latin America Localizations , description: Collection Documents , implementation_dba_data: JL.JL_BR_AR_COLLECTION_DOCS_ALL ,
-
Table: JL_BR_AR_COLLECTION_DOCS_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_COLLECTION_DOCS_ALL, object_name:JL_BR_AR_COLLECTION_DOCS_ALL, status:VALID, product: JL - Latin America Localizations , description: Collection Documents , implementation_dba_data: JL.JL_BR_AR_COLLECTION_DOCS_ALL ,
-
View: JL_BR_AR_COLLECTION_DOCS_IOB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_COLLECTION_DOCS_IOB_V, object_name:JL_BR_AR_COLLECTION_DOCS_IOB_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_COLLECTION_DOCS_IOB_V ,
-
View: JL_BR_AR_COLLECTION_DOCS_IOB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_COLLECTION_DOCS_IOB_V, object_name:JL_BR_AR_COLLECTION_DOCS_IOB_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_COLLECTION_DOCS_IOB_V ,
-
View: JL_BR_AR_COLL_DOCS_SAB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_COLL_DOCS_SAB_V, object_name:JL_BR_AR_COLL_DOCS_SAB_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_COLL_DOCS_SAB_V ,
-
View: JL_BR_AR_COLL_DOCS_SAB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_COLL_DOCS_SAB_V, object_name:JL_BR_AR_COLL_DOCS_SAB_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_COLL_DOCS_SAB_V ,