Search Results order_ext_id
Overview
APPS.ARBR_DOCS_RECEIVABLES_V is a multi-org view in the Oracle E-Business Suite Receivables (AR) module, registered under FND Design Data AR.ARBR_DOCS_RECEIVABLES_V. It presents a consolidated, external-facing projection of receivables-related "documents" — combining transaction header data, settlement information, and payment instrument extension attributes. The view is documented as a multi-org view, meaning it automatically restricts returned rows to the operating unit (ORG_ID) of the current session, ignoring data belonging to other operating units. Its name and BR-prefixed columns (BR_DRAWEE_ISSUED_FLAG, BR_SIGNED_FLAG) indicate the view was originally introduced to support Brazil localization receivables documentation, where fiscal documents, drawee issuance, and signed-document status are tracked alongside standard AR transactions.
The view carries the ETRM status VALID in both 12.1.1 and 12.2.2 and exposes a broad, denormalized column set spanning document headers, tax amounts, freight and duty charges, address references, collector assignment, and fifteen descriptive flexfield (DFF) attribute columns.
Underlying Base Objects
The documented base objects for this view are:
- RA_CUSTOMER_TRX (synonym) — the receivables transaction header, supplying document date, currency, document type reference, and transaction amounts.
- RA_CUSTOMER_TRX_LINES (synonym) — transaction lines, contributing line-level charge, tax, and reference information.
- RA_CUST_TRX_TYPES_ALL (synonym) — the transaction type definition, providing DOCUMENT_TYPE and DOCUMENT_DESCRIPTION context.
- AR_TRANSACTION_HISTORY (synonym) — historical transaction status/activity used for document lifecycle information.
- IBY_TRXN_EXTENSIONS_V (view) — payment instrument extension attributes, the source of PAYMENT_TRXN_EXTENSION_ID and related extension linkage.
- IBY_FNDCPT_TRXN_PUB (package) and FND_GLOBAL (package) — supporting logic, with FND_GLOBAL supplying the session ORG_ID used for multi-org filtering.
The presence of IBY (Payments) objects explains the settlement-oriented columns such as SETTLEMENT_AMOUNT, DISCOUNT_AMOUNT, and PAYMENT_TRXN_EXTENSION_ID, which tie the receivables document to its associated payment transaction extension.
Key Columns
- ORDER_EXT_ID (NUMBER(15)) — the column referenced in the user's search; it carries the external order identifier that links the receivables document back to the originating order in an external or upstream application. It is distinct from ORDER_TANGIBLE_ID, which is the internal tangible/handle identifier stored as VARCHAR2(80).
- DOC_UNIQUE_REF / CALLING_APP_DOC_REF_NUMBER — unique document reference and the calling application's own document reference number, used for cross-application traceability.
- DOCUMENT_DATE, DOCUMENT_TYPE, DOCUMENT_DESCRIPTION, DOCUMENT_CURRENCY_CODE, DOCUMENT_AMOUNT — core fiscal document header attributes.
- VAT_REF_NUMBER, LOCAL_TAX_AMOUNT, NATIONAL_TAX_AMOUNT, VAT_TAX_AMOUNT — tax identification and tax breakdown amounts.
- SETTLEMENT_AMOUNT, DISCOUNT_AMOUNT, FREIGHT_AMOUNT, DUTY_AMOUNT, DOCUMENT_CURR_CHARGE_AMOUNT — charge and settlement components.
- PAYMENT_TRXN_EXTENSION_ID, LEGAL_ENTITY_ID — keys to the payment transaction extension and the legal entity.
- BR_DRAWEE_ISSUED_FLAG, BR_SIGNED_FLAG, DOCUMENT_DISPUTED_FLAG — Brazil-specific document status flags.
- COLLECTOR_NAME, CUSTOMER_REFERENCE, SPECIAL_INSTRUCTION, COMMENTS — collections and free-text reference fields.
- ATTRIBUTE1–ATTRIBUTE15 and ATTRIBUTE_CATEGORY — descriptive flexfield columns for client-specific extensions.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, OBJECT_VERSION_NUMBER — standard WHO columns supporting audit and optimistic locking.
Common Use Cases and Queries
Typical uses include reconciling receivables documents to external orders, extracting fiscal document and tax detail for Brazil localization reporting, and joining receivables documents to payment transaction extensions. Because the view is a multi-org view, queries should be run from an environment where the FND_GLOBAL ORG_ID is set to the intended operating unit; no ORG_ID predicate needs to be added explicitly.
To locate receivables documents by external order identifier:
- SELECT ORDER_EXT_ID, DOC_UNIQUE_REF, DOCUMENT_DATE, DOCUMENT_TYPE, DOCUMENT_CURRENCY_CODE, DOCUMENT_AMOUNT FROM APPS.ARBR_DOCS_RECEIVABLES_V WHERE ORDER_EXT_ID = :p_order_ext_id;
To review tax and settlement components for a document reference:
- SELECT DOC_UNIQUE_REF, VAT_REF_NUMBER, LOCAL_TAX_AMOUNT, NATIONAL_TAX_AMOUNT, VAT_TAX_AMOUNT, SETTLEMENT_AMOUNT, DISCOUNT_AMOUNT FROM APPS.ARBR_DOCS_RECEIVABLES_V WHERE CALLING_APP_DOC_REF_NUMBER = :p_ref_number;
To trace a document to its payment transaction extension and legal entity:
- SELECT DOC_UNIQUE_REF, PAYMENT_TRXN_EXTENSION_ID, LEGAL_ENTITY_ID, DOCUMENT_DISPUTED_FLAG, BR_SIGNED_FLAG FROM APPS.ARBR_DOCS_RECEIVABLES_V WHERE PAYMENT_TRXN_EXTENSION_ID IS NOT NULL;
-
VIEW: APPS.ARBR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: APPS.AR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: APPS.AR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: APPS.ARBR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID,
-
View: ARBR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCS_RECEIVABLES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCS_RECEIVABLES_V ,
-
View: AR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCS_RECEIVABLES_V ,
-
View: ARBR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCS_RECEIVABLES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCS_RECEIVABLES_V ,
-
View: AR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCS_RECEIVABLES_V ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,