Search Results cust_acct
Overview
AR_TA_ESS_CREDIT_V is a Receivables module view in Oracle E-Business Suite 12.1.1 and 12.2.2 that consolidates customer credit information for use by the Territory Assignment (TA) engine and ESS-based credit processing. The view exposes organization, set of books, customer account, credit hold, and overall credit limit data in a single denormalized result set. In the ETRM documentation for 12.2.2 the object is listed without a documented owner and with no referenced base objects recorded, and the implementation notes state that it is not implemented in the reference database. Its role is therefore primarily definitional: it describes the shape of credit data expected by Receivables credit-checking and territory assignment logic rather than a physical table that DBAs tune directly.
Underlying Base Objects
Although no base objects are documented in the ETRM metadata, the view text reveals its construction. It is a UNION of two queries built over five tables:
- HZ_CUST_ACCOUNTS (aliased CUST_ACCT) — supplies the customer account number and joins on CUST_ACCOUNT_ID.
- HZ_CUSTOMER_PROFILES (aliased CP) — supplies CREDIT_HOLD and SITE_USE_ID; the view filters for account-level profiles where SITE_USE_ID IS NULL.
- HZ_CUST_PROFILE_AMTS (aliased CPA) — supplies the OVERALL_CREDIT_LIMIT amount at account level.
- GL_SETS_OF_BOOKS (aliased SOB) — provides the set of books and functional currency for matching profile amounts.
- AR_SYSTEM_PARAMETERS_ALL (aliased SP) — provides ORG_ID and SET_OF_BOOKS_ID to align the data with the operating unit.
The first branch of the UNION returns customers that have a matching profile amount row in the set of books currency. The second branch returns customers that exist at the account level but have no matching profile amount, using the SITE_USE_ID in place of a calculated limit and excluding combinations already returned by the first branch.
Key Columns
- ORG_ID — the operating unit identifier sourced from AR_SYSTEM_PARAMETERS_ALL, used for multi-org filtering.
- SET_OF_BOOKS_ID — the ledger/set of books associated with the operating unit.
- ACCOUNT_NUMBER / CUSTOMER_NUMBER — the customer account number from HZ_CUST_ACCOUNTS, matching the user search term "cust_acct".
- CREDIT_HOLD — the credit hold flag from HZ_CUSTOMER_PROFILES, indicating whether the account is on credit hold.
- OVERALL_CREDIT_LIMIT (CL) — derived via DECODE: where a profile amount exists it is divided by 1000; where it is NULL, CP.SITE_USE_ID is substituted.
Common Use Cases and Queries
The view is typically queried for credit exposure reporting and for validating the credit data consumed by Territory Assignment and ESS credit jobs. A representative query retrieves credit status for a single customer account:
- SELECT account_number, credit_hold, overall_credit_limit FROM ar_ta_ess_credit_v WHERE account_number = :cust_acct;
- SELECT org_id, set_of_books_id, account_number, credit_hold FROM ar_ta_ess_credit_v WHERE credit_hold = 'Y';
Because the definition is not implemented in the base database, references to AR_TA_ESS_CREDIT_V should be treated as documentation of the expected credit data interface rather than a guaranteed runtime object. In 12.1.1 and 12.2.2 environments where it is absent, equivalent logic must be reproduced from the underlying HZ and AR tables shown in the view text.
-
View: AR_TA_ESS_CREDIT_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_ESS_CREDIT_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: REG_HOLD_DOMAIN
12.2.2
product: AR - Receivables , meaning: Registration Hold Domain , description: Registration Hold Domain ,
-
Lookup Type: REG_HOLD_DOMAIN
12.1.1
product: AR - Receivables , meaning: Registration Hold Domain , description: Registration Hold Domain ,
-
View: AR_CUSTOMER_VENDOR_VAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_VAT_V, object_name:AR_CUSTOMER_VENDOR_VAT_V, status:VALID, product: AR - Receivables , description: Customer and Vendor VAT/Tax Codes , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_VAT_V ,
-
View: AR_CUSTOMER_VENDOR_VAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_VAT_V, object_name:AR_CUSTOMER_VENDOR_VAT_V, status:VALID, product: AR - Receivables , description: Customer and Vendor VAT/Tax Codes , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_VAT_V ,
-
View: AR_CUSTOMER_VENDOR_NIF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_NIF_V, object_name:AR_CUSTOMER_VENDOR_NIF_V, status:VALID, product: AR - Receivables , description: Customer and Vendor NIF codes , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_NIF_V ,
-
View: AR_CUSTOMER_VENDOR_NIF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_NIF_V, object_name:AR_CUSTOMER_VENDOR_NIF_V, status:VALID, product: AR - Receivables , description: Customer and Vendor NIF codes , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_NIF_V ,
-
View: AR_CUSTOMER_VENDOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_V, object_name:AR_CUSTOMER_VENDOR_V, status:VALID, product: AR - Receivables , description: Customer and Vendor Names , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_V ,
-
View: AR_CUSTOMER_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_VENDOR_V, object_name:AR_CUSTOMER_VENDOR_V, status:VALID, product: AR - Receivables , description: Customer and Vendor Names , implementation_dba_data: APPS.AR_CUSTOMER_VENDOR_V ,
-
View: AR_TA_VRH_RECEIPTS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_VRH_RECEIPTS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_VUP_DETAILS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_VUP_DETAILS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMER_ALT_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ALT_NAMES_V, object_name:AR_CUSTOMER_ALT_NAMES_V, status:VALID, product: AR - Receivables , description: Alternate customer names for lockbox name matching , implementation_dba_data: APPS.AR_CUSTOMER_ALT_NAMES_V ,
-
View: AR_CUSTOMER_ALT_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ALT_NAMES_V, object_name:AR_CUSTOMER_ALT_NAMES_V, status:VALID, product: AR - Receivables , description: Alternate customer names for lockbox name matching , implementation_dba_data: APPS.AR_CUSTOMER_ALT_NAMES_V ,
-
View: AR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: AR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: AR_BOE_REMIT_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_V, object_name:AR_BOE_REMIT_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_V ,
-
View: AR_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STATEMENTS_V, object_name:AR_STATEMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_STATEMENTS_V ,
-
View: AR_BOE_REMIT_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_V, object_name:AR_BOE_REMIT_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_V ,
-
View: AR_CUSTOMER_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PAYMENT_SCHEDULES, object_name:AR_CUSTOMER_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Facilitate queries on sums across customers" invoices , implementation_dba_data: APPS.AR_CUSTOMER_PAYMENT_SCHEDULES ,
-
View: AR_ICR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ICR_TRX_V, object_name:AR_ICR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_ICR_TRX_V ,
-
View: AR_CUSTOMER_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PAYMENT_SCHEDULES, object_name:AR_CUSTOMER_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Facilitate queries on sums across customers" invoices , implementation_dba_data: APPS.AR_CUSTOMER_PAYMENT_SCHEDULES ,
-
View: AR_ICR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ICR_TRX_V, object_name:AR_ICR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_ICR_TRX_V ,
-
View: AR_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STATEMENTS_V, object_name:AR_STATEMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_STATEMENTS_V ,
-
View: AR_TA_CR_AGEN_INF_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMER_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_CUST_CALLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_CALLS_V, object_name:AR_CUST_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUST_CALLS_V ,
-
View: AR_CUST_CALLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_CALLS_V, object_name:AR_CUST_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUST_CALLS_V ,
-
View: AR_CORRESPONDENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CORRESPONDENCES_V, object_name:AR_CORRESPONDENCES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CORRESPONDENCES_V ,
-
View: AR_TA_CR_AGEN_INF_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_CUSTOMER_PROFILE_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CORRESPONDENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CORRESPONDENCES_V, object_name:AR_CORRESPONDENCES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CORRESPONDENCES_V ,
-
View: AR_CUSTOMER_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_NONCBR_V, object_name:AR_BOE_REMIT_RECEIPTS_NONCBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_NONCBR_V, object_name:AR_BOE_REMIT_RECEIPTS_NONCBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V ,
-
View: AR_TA_CUSTOMER_PROFILE_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AUTOMATIC_RECEIPTS_FORMAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AUTOMATIC_RECEIPTS_FORMAT_V, object_name:AR_AUTOMATIC_RECEIPTS_FORMAT_V, status:VALID, product: AR - Receivables , description: Information about confirmed automatic receipts that are being formatted , implementation_dba_data: APPS.AR_AUTOMATIC_RECEIPTS_FORMAT_V ,
-
View: AR_XML_INVOICE_TP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_TP_V, object_name:AR_XML_INVOICE_TP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_TP_V ,
-
View: AR_XML_INVOICE_TP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_TP_V, object_name:AR_XML_INVOICE_TP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_TP_V ,
-
View: ARBR_FUNDS_CAPTURE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_FUNDS_CAPTURE_ORDERS_V, object_name:ARBR_FUNDS_CAPTURE_ORDERS_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_FUNDS_CAPTURE_ORDERS_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_FUNDS_CAPTURE_ORDERS_V ,
-
Lookup Type: HZ_BUSINESS_OBJECTS
12.2.2
product: AR - Receivables , meaning: TCA Business Objects , description: TCA Business Objects ,
-
View: AR_DEFAULT_TAX_CODE_V
12.1.1
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: ARBR_FUNDS_CAPTURE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_FUNDS_CAPTURE_ORDERS_V, object_name:ARBR_FUNDS_CAPTURE_ORDERS_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_FUNDS_CAPTURE_ORDERS_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_FUNDS_CAPTURE_ORDERS_V ,
-
View: ARFV_COLLECTION_CALLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_COLLECTION_CALLS ,
-
View: AR_DEFAULT_TAX_CODE_V
12.2.2
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_COLLECTION_CALLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_COLLECTION_CALLS ,
-
Lookup Type: HZ_BUSINESS_OBJECTS
12.1.1
product: AR - Receivables , meaning: TCA Business Objects , description: TCA Business Objects ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,