Search Results rct_cust_party_id
Overview
APPS.AR_RCT_CUST_H_V is a reporting view in the Oracle E-Business Suite Receivables (AR) module, owned by the APPS schema. It is classified as an internal Oracle view (FND Design Data: AR.AR_RCT_CUST_H_V) and carries the standard Oracle Internal Use Only warning: Oracle does not support direct access to application data through this object except from standard Oracle Applications programs. The view presents a horizontal (denormalized) projection of customer attribute data associated with Receivables tax and extract processing, exposing customer account, party, address, and fiscal identifiers alongside the EVENT_ID and LEDGER_ID context columns. Its name and column set indicate it is a horizontal "customer header" view designed to supply Receivables tax calculation and reporting extracts with the customer attributes required for jurisdiction determination, fiscal reporting, and reconciliation.
Underlying Base Objects
According to the documented view metadata for ETRM 12.2.2, AR_RCT_CUST_H_V is defined over the following referenced base objects:
- AR_XLA_LINES_EXTRACT (referenced through a synonym) — the Subledger Accounting (XLA) lines extract, which supplies the EVENT_ID and LEDGER_ID context that links each row to an accounting event and ledger.
- HZ_CUST_ACCOUNTS (referenced through a synonym) — the Trading Community Architecture customer accounts table, source of customer account number, account identifier, and category/group attributes.
- HZ_PARTIES (referenced through a synonym) — the TCA parties table, source of party name, party number, and party type, along with person and organization attributes.
The published query text confirms this lineage by exposing the view over the AR_RCT base object family, with the columns drawn from the Receivables customer/tax structures joined to the underlying TCA customer and party entities.
Key Columns
The view exposes 27 columns. The most significant are:
- RCT_CUST_TYPE — the customer type indicator. This is the column most frequently searched for ("rct_cust_type") and is central to distinguishing customer classifications within the extract.
- RCT_CUST_ACCOUNT_ID / RCT_CUST_ACCOUNT_NUMBER — the internal identifier and the display account number for the customer account.
- RCT_CUST_PARTY_ID / RCT_CUST_PARTY_NAME / RCT_CUST_PARTY_NUMBER / RCT_CUST_PARTY_TYPE — party-level identifiers carried from HZ_PARTIES, supporting party-based reporting and reconciliation.
- RCT_CUST_CAT_CODE / RCT_CUST_GROUP_TYPE — customer category and group classification codes.
- RCT_CUST_NPA_NUMBER, RCT_CUST_ALT_NAME, RCT_CUST_FISCAL_CODE, RCT_CUST_TAX_REFERENCE — tax reference, fiscal code, and alternate naming attributes required for tax and statutory reporting.
- RCT_CUST_CITY, RCT_CUST_COUNTRY, RCT_CUST_COUNTY, RCT_CUST_STATE, RCT_CUST_PROVINCE, RCT_CUST_POSTAL_CODE — address components used for jurisdiction and place-of-supply determination.
- RCT_CUST_GLOBAL_ATTR1, RCT_CUST_GLOBAL_ATTR9, RCT_CUST_GLOBAL_ATTR10, RCT_CUST_GLOBAL_ATTR12, RCT_CUST_GLOBAL_ATTR_CAT — globalization/flexfield attributes and their category.
- RCT_CUST_GSA_FLAG — a flag column associated with government/agency (GSA) designation.
- EVENT_ID, LEDGER_ID — the Subledger Accounting event and ledger context, linking each row to its XLA accounting event.
Common Use Cases and Queries
Because the view is internal, it is intended primarily for Oracle Applications programs performing Receivables tax and extract processing. Analysts nevertheless query it for reconciliation and audit of customer attributes against the XLA lines extract. The most common scenarios involve retrieving the customer type and party classification for a given event, and joining the extract context back to the accounting event and ledger. A representative query is:
- SELECT rct_cust_type, rct_cust_account_number, rct_cust_party_name, rct_cust_party_type, rct_cust_country, rct_cust_tax_reference, event_id, ledger_id FROM apps.ar_rct_cust_h_v WHERE rct_cust_type = :p_cust_type;
- SELECT event_id, ledger_id, COUNT(*) FROM apps.ar_rct_cust_h_v GROUP BY event_id, ledger_id;
- SELECT rct_cust_account_id, rct_cust_party_id, rct_cust_cat_code, rct_cust_group_type FROM apps.ar_rct_cust_h_v WHERE rct_cust_party_number = :p_party_number;
Given the Oracle Internal Use Only designation, any direct querying should be confined to read-only diagnostics and reporting, and should not be embedded in custom production code that Oracle support would not cover.
-
VIEW: APPS.AR_RCT_CUST_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_H_V, object_name:AR_RCT_CUST_H_V, status:VALID,
-
View: AR_RCT_CUST_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_H_V, object_name:AR_RCT_CUST_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_CUST_H_V ,
-
VIEW: APPS.AR_RCT_CUST_H_V
12.1.1
-
VIEW: APPS.AR_RCT_CUST_S_V
12.1.1
-
View: AR_RCT_CUST_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_S_V, object_name:AR_RCT_CUST_S_V, status:VALID, product: AR - Receivables , description: cash receipt customer shared extract , implementation_dba_data: APPS.AR_RCT_CUST_S_V ,
-
View: AR_RCT_CUST_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_H_V, object_name:AR_RCT_CUST_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_CUST_H_V ,
-
View: AR_RCT_CUST_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_S_V, object_name:AR_RCT_CUST_S_V, status:VALID, product: AR - Receivables , description: cash receipt customer shared extract , implementation_dba_data: APPS.AR_RCT_CUST_S_V ,
-
VIEW: APPS.AR_RCT_CUST_L_V
12.1.1
-
View: AR_RCT_CUST_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_L_V, object_name:AR_RCT_CUST_L_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_CUST_L_V ,
-
View: AR_RCT_CUST_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_L_V, object_name:AR_RCT_CUST_L_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_CUST_L_V ,
-
VIEW: APPS.AR_RCT_CUST_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_L_V, object_name:AR_RCT_CUST_L_V, status:VALID,
-
VIEW: APPS.AR_RCT_CUST_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_L_V, object_name:AR_RCT_CUST_L_V, status:VALID,
-
VIEW: APPS.AR_RCT_CUST_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_H_V, object_name:AR_RCT_CUST_H_V, status:VALID,
-
VIEW: APPS.AR_RCT_CUST_L_V
12.2.2
-
VIEW: APPS.AR_RCT_CUST_S_V
12.2.2
-
VIEW: APPS.AR_RCT_CUST_H_V
12.2.2
-
VIEW: APPS.AR_RCT_CUST_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_S_V, object_name:AR_RCT_CUST_S_V, status:VALID,
-
VIEW: APPS.AR_RCT_CUST_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_CUST_S_V, object_name:AR_RCT_CUST_S_V, status:VALID,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,