Search Results ast_lm_org_quick_w_acc_v
Overview
The APPS.AST_LM_ORG_QUICK_W_ACC_V view is a TeleSales (AST) module database object that exposes a consolidated, denormalized recordset of organization-type parties together with their customer account information. Its name — "Organization Quick With Account" — signals its purpose: to provide a fast, ready-to-query projection of party and account data suitable for list-of-values (LOV) windows, quick-search screens, and lookup utilities within the Oracle TeleSales application. Rather than joining several HZ and AR tables at runtime, applications and reports can query this single view to retrieve party identity, address, contact, status, and account attributes in one pass.
The view is owned by the APPS schema and is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2. Because it is a view rather than a table, it holds no data of its own; it is a stored query executed against the underlying TCA (Trading Community Architecture) and AR entities whenever it is referenced.
Underlying Base Objects
The ETRM metadata documents the following referenced base objects:
- HZ_PARTIES (SYNONYM) — The primary driver table, supplying organization party records.
- HZ_CUST_ACCOUNTS (SYNONYM) — Joined on PARTY_ID to supply customer account details; the outer join (+) permits organizations without an active account.
- FND_TERRITORIES_TL (SYNONYM) — Provides the translated country/territory short name for the party's country code.
- AR_LOOKUPS (VIEW) — Referenced twice (aliases ALK and ALK1) to decode the party STATUS and CERTIFICATION_LEVEL into their meaningful display values.
The WHERE clause restricts output to PARTY_TYPE = 'ORGANIZATION' and to parties whose STATUS is 'I' or 'A' (Inactive or Active). Customer accounts are filtered to HCA.STATUS(+) = 'A', and language-sensitive joins on FND_TERRITORIES_TL use USERENV('LANG') for both LANGUAGE and SOURCE_LANG.
Key Columns
The view exposes the following significant columns:
- PARTY_ID, PARTY_NUMBER, PARTY_NAME — Core party identifiers and the organization name.
- ACCOUNT_NUMBER, CUST_ACCOUNT_ID — Customer account identifiers from HZ_CUST_ACCOUNTS.
- ADDRESS — A concatenation of ADDRESS1 through ADDRESS4; CITY, COUNTY, STATE, POSTAL_CODE, PROVINCE, COUNTRY.
- COUNTRY_NAME — The translated territory short name (FTT.TERRITORY_SHORT_NAME).
- EMAIL_ADDRESS, URL — Contact and web attributes.
- STATUS and STATUS_MEAN — The raw status code and its AR_LOOKUPS meaning.
- CERTIFICATION_LEVEL and CERT_LEVEL_MEAN — Certification code and decoded meaning from the HZ_PARTY_CERT_LEVEL lookup.
- PRIMARY_PHONE_COUNTRY_CODE, PRIMARY_PHONE_AREA_CODE, PRIMARY_PHONE_NUMBER, PRIMARY_PHONE_EXTENSION — Phone components, plus two derived columns: FULL_PHONE_NUMBER (formatted concatenation) and PHONE_AREA_NUMBER (area code prefixed to number).
Common Use Cases and Queries
Typical uses include TeleSales quick-search LOVs, party/account verification screens, and ad hoc reporting on organizations and their accounts. A representative query:
SELECT party_id, party_name, account_number, city, status_mean FROM apps.ast_lm_org_quick_w_acc_v WHERE party_name LIKE :name;SELECT cust_account_id, party_name, full_phone_number FROM apps.ast_lm_org_quick_w_acc_v WHERE country_name = :territory;SELECT party_id, account_number, cert_level_mean FROM apps.ast_lm_org_quick_w_acc_v WHERE status = 'A';
Because it is a view, no DML should target it directly; changes must be made to the underlying HZ_PARTIES and HZ_CUST_ACCOUNTS records.
-
View: AST_LM_ORG_QUICK_W_ACC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_ORG_QUICK_W_ACC_V, object_name:AST_LM_ORG_QUICK_W_ACC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_ORG_QUICK_W_ACC_V ,
-
View: AST_LM_ORG_QUICK_W_ACC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_ORG_QUICK_W_ACC_V, object_name:AST_LM_ORG_QUICK_W_ACC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_ORG_QUICK_W_ACC_V ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AST_LM_ORG_QUICK_W_ACC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_ORG_QUICK_W_ACC_V, object_name:AST_LM_ORG_QUICK_W_ACC_V, status:VALID,
-
VIEW: APPS.AST_LM_ORG_QUICK_W_ACC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_ORG_QUICK_W_ACC_V, object_name:AST_LM_ORG_QUICK_W_ACC_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.FND_TERRITORIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_TERRITORIES_TL, status:VALID,
-
SYNONYM: APPS.FND_TERRITORIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_TERRITORIES_TL, 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,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,