Search Results ar_site_uses_v
Overview
AR_SITE_USES_V is an APPS-owned view in the Oracle E-Business Suite Receivables (AR) module. Its documented description in the ETRM repository is limited to the note "(Release 11.5 Only)", indicating that the object was originally catalogued in the 11.5 documentation stream and has been retained, in a valid state, through the 12.1.1 and 12.2.2 releases. The view presents site-use level information: the operational attributes that describe how a particular customer account site is used for a specific business purpose, such as Bill-To, Ship-To, Sold-To, or Dunning. It is the reporting-facing projection of the HZ_CUST_SITE_USES base entity, enriched with lookups and denormalized descriptions.
In the Release 12 data model, customer site-use records reside in the Trading Community Architecture (TCA) tables HZ_CUST_SITE_USES and HZ_CUST_ACCT_SITES_ALL, rather than in the legacy AR tables used by 11.5. AR_SITE_USES_V provides a stable, read-only interface over that data, exposing translated lookup meanings and related descriptive columns. This makes it a convenient source for custom reports, inbound/outbound interfaces, and diagnostic queries that need site-use attributes without re-implementing the decode logic and joins against the TCA model.
Underlying Base Objects
The 12.2.2 metadata lists the following referenced objects: AR_LOOKUPS (VIEW), AR_RECEIVABLES_TRX (SYNONYM), FND_COMMON_LOOKUPS (VIEW), FND_GLOBAL (PACKAGE), HR_ALL_ORGANIZATION_UNITS (SYNONYM), HR_GENERAL (PACKAGE), HR_LOCATIONS (VIEW), HR_ORGANIZATION_UNITS (VIEW), HR_SECURITY (PACKAGE), HZ_CUST_ACCOUNT_ROLES (SYNONYM), HZ_CUST_SITE_USES (SYNONYM), HZ_PARTIES (SYNONYM), HZ_RELATIONSHIPS (SYNONYM), PO_LOCATION_ASSOCIATIONS (SYNONYM), QP_PRICE_LIST_PVT (PACKAGE), RA_SALESREPS (VIEW), RA_TERMS (SYNONYM), SO_LOOKUPS (SYNONYM), SO_ORDER_TYPES (SYNONYM), and SO_PRICE_LISTS (SYNONYM).
The principal driving object is HZ_CUST_SITE_USES, aliased as SU in the view text. HZ_CUST_ACCOUNT_ROLES and HZ_PARTIES supply contact-name information via a DECODE on the account role identifier. Lookup meanings are resolved through AR_LOOKUPS and FND_COMMON_LOOKUPS, joined by lookup code, while SO_LOOKUPS supplies order-management lookup values. HR_LOCATIONS, HR_ALL_ORGANIZATION_UNITS, and HR_ORGANIZATION_UNITS provide location and organization descriptions. RA_TERMS, SO_ORDER_TYPES, and SO_PRICE_LISTS contribute payment-term, order-type, and price-list names. HR_GENERAL and HR_SECURITY participate in organization security resolution, and FND_GLOBAL supplies runtime session context. QP_PRICE_LIST_PVT and AR_RECEIVABLES_TRX, PO_LOCATION_ASSOCIATIONS, and RA_SALESREPS appear as supporting references. The view text additionally exposes HRL.LOCATION_ID, HRL.LOCATION_CODE, and INV_ORG.ORGANIZATION_ID/NAME, along with the full ATTRIBUTE1–25 and GLOBAL_ATTRIBUTE1–16 flexfield columns.
Key Columns
- SITE_USE_ID, CUST_ACCT_SITE_ID (ADDRESS_ID) — identifiers for the site use and its parent customer account site.
- SITE_USE_CODE, L_SU.MEANING — the site-use purpose code and its translated lookup meaning (e.g., Bill-To, Ship-To).
- PRIMARY_FLAG, STATUS — indicates the primary site use and its active/inactive state.
- CONTACT_NAME, CONTACT_ID — contact person resolved through HZ_CUST_ACCOUNT_ROLES and HZ_PARTIES.
- FOB_POINT, L_FOB.MEANING — the FOB point code and its lookup meaning; this is the column set most relevant to the search term "l_fob".
- FREIGHT_TERM, L_FT.MEANING, SHIP_VIA, SHIP_PARTIAL — shipping and freight attributes.
- PAYMENT_TERM_ID/NAME, ORDER_TYPE_ID/NAME, PRICE_LIST_ID/NAME, WAREHOUSE_ID/NAME — related business defaults and their descriptive names.
- TAX_REFERENCE, TAX_CODE, TAX_CLASSIFICATION, DEMAND_CLASS_CODE — tax and demand-classification attributes.
- ATTRIBUTE1–25, GLOBAL_ATTRIBUTE1–16, GLOBAL_ATTRIBUTE_CATEGORY — descriptive flexfield segments.
Common Use Cases and Queries
Because the view resolves lookup meanings in the database rather than in application code, it is frequently used in reports that must display FOB point, freight terms, and shipping defaults for customer sites. A typical query filtering on the FOB lookup meaning is:
SELECT site_use_id, cust_acct_site_id, site_use_code, l_fob.meaning fob_meaning, fob_point FROM apps.ar_site_uses_v WHERE l_fob.meaning IS NOT NULL;SELECT site_use_id, site_use_code, primary_flag, status, contact_name FROM apps.ar_site_uses_v WHERE status = 'A';SELECT site_use_id, payment_term_id, name FROM apps.ar_site_uses_v WHERE site_use_code = 'BILL_TO';
Typical scenarios include customer master data extracts, ship-to/bill-to validation reports, order-entry default verification, and interfaces that feed downstream logistics or pricing systems with site-specific FOB, freight, warehouse, and price-list assignments.
-
View: AR_SITE_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USES_V, object_name:AR_SITE_USES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USES_V ,
-
View: AR_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USES_V, object_name:AR_SITE_USES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USES_V ,
-
SYNONYM: APPS.SO_PRICE_LISTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS, status:VALID,
-
SYNONYM: APPS.SO_ORDER_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES, status:VALID,
-
Lookup Type: OKL_ACC_GEN_SOURCE_TABLE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Account Generator Source Table , description: Account Generator Source Table ,
-
Lookup Type: OKL_ACC_GEN_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Account Generator Source Table , description: Account Generator Source Table ,
-
SYNONYM: APPS.PO_LOCATION_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LOCATION_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.SO_ORDER_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES, status:VALID,
-
SYNONYM: APPS.SO_PRICE_LISTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS, status:VALID,
-
PACKAGE: APPS.QP_PRICE_LIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:QP_PRICE_LIST_PVT, status:VALID,
-
PACKAGE: APPS.QP_PRICE_LIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QP_PRICE_LIST_PVT, status:VALID,
-
SYNONYM: APPS.PO_LOCATION_ASSOCIATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LOCATION_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.SO_LOOKUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_LOOKUPS, status:VALID,
-
SYNONYM: APPS.SO_LOOKUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_LOOKUPS, status:VALID,
-
SYNONYM: APPS.AR_RECEIVABLES_TRX
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIVABLES_TRX, status:VALID,
-
SYNONYM: APPS.AR_RECEIVABLES_TRX
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIVABLES_TRX, status:VALID,
-
SYNONYM: APPS.RA_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_TERMS, status:VALID,
-
SYNONYM: APPS.RA_TERMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_TERMS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.RA_SALESREPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_SALESREPS, object_name:RA_SALESREPS, status:VALID,
-
VIEW: APPS.RA_SALESREPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_SALESREPS, object_name:RA_SALESREPS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.FND_COMMON_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID,
-
VIEW: APPS.FND_COMMON_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AR_SITE_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USES_V, object_name:AR_SITE_USES_V, status:VALID,
-
VIEW: APPS.AR_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USES_V, object_name:AR_SITE_USES_V, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES, status:VALID,
-
PACKAGE BODY: APPS.OKL_ACC_GEN_WF_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_ACC_GEN_WF_PVT
12.1.1
-
SYNONYM: APPS.HZ_CUST_SITE_USES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.HZ_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_RELATIONSHIPS, status:VALID,
-
VIEW: APPS.HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
VIEW: APPS.HR_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
PACKAGE BODY: APPS.OKL_ACCOUNT_GENERATOR_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_ACCOUNT_GENERATOR_PVT
12.1.1
-
APPS.OKL_MISC_TRANS_PVT dependencies on RA_CUST_TRX_TYPES
12.2.2
-
APPS.OKL_MISC_TRANS_PVT dependencies on RA_CUST_TRX_TYPES
12.1.1
-
APPS.OKL_INTEREST_CALC_PVT dependencies on RA_CUST_TRX_TYPES
12.1.1
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
APPS.OKL_CURE_RECON_PVT dependencies on FND_PROFILE
12.1.1
-
APPS.OKL_CURE_RECON_PVT dependencies on FND_PROFILE
12.2.2