Search Results total_num_of_orders
Overview
APPS.AMS_LT_PERSON_DETAILS_V is a reporting and integration view in Oracle E-Business Suite that exposes a flattened, denormalized projection of person-type party records held in the Trading Community Architecture (TCA) registry. The view is owned by the APPS schema and is documented within the ETRM (E-Business Suite Technical Reference Manual) metadata set covering releases 12.1.1 and 12.2.2. Its principal purpose is to present person parties in a shape that is convenient for downstream Oracle Marketing, Oracle Advanced Marketing, and customer-facing transactional reporting, without requiring the consumer to join the underlying TCA tables or interpret the party model directly.
The view is restricted by definition to active person records only. Because of this filter, it should be regarded as a current-state snapshot rather than a full historical ledger of party data. It is read-only by nature and is intended for queries, not for DML.
Underlying Base Objects
The view is defined over a single documented base object, HZ_PARTIES, referenced through a synonym. HZ_PARTIES is the master TCA table that stores both person and organization party records, keyed by PARTY_ID and classified by PARTY_TYPE. The view text applies a predicate of STATUS = 'A' and PARTY_TYPE = 'PERSON', so it returns only persons whose party record is active.
Although the ETRM metadata lists only HZ_PARTIES as the referenced base object, several of the columns exposed (including TOTAL_NUM_OF_ORDERS, TOTAL_ORDERED_AMOUNT, LAST_ORDERED_DATE, CURR_FY_POTENTIAL_REVENUE, NEXT_FY_POTENTIAL_REVENUE, and ANALYSIS_FY) are typically populated in the TCA model by related attribute and profile tables. In this view they are surfaced directly from the party row, which is why the view is often described as a convenience layer over the person party record.
Key Columns
- PARTY_ID, PARTY_NUMBER, PARTY_NAME, PARTY_TYPE — the primary identifiers and classification of the party record.
- PERSON_FIRST_NAME, PERSON_LAST_NAME, PERSON_MIDDLE_NAME, PERSON_PRE_NAME_ADJUNCT, PERSON_NAME_SUFFIX, KNOWN_AS, SALUTATION, PERSON_TITLE, PERSON_ACADEMIC_TITLE — name and salutation attributes for the individual.
- EMAIL_ADDRESS, URL, LANGUAGE_NAME — contact and localization attributes.
- ADDRESS1 through ADDRESS4, CITY, STATE, PROVINCE, COUNTY, POSTAL_CODE, COUNTRY — the current address block for the party.
- CUSTOMER_KEY, TAX_REFERENCE, JGZZ_FISCAL_CODE, DUNS_NUMBER_C, TAX_NAME, ORIG_SYSTEM_REFERENCE — registration, tax, and cross-system identifiers.
- TOTAL_NUM_OF_ORDERS, TOTAL_ORDERED_AMOUNT, LAST_ORDERED_DATE — summary ordering metrics; LAST_ORDERED_DATE, the term the user searched for, records the date of the most recent order attributed to the party and is commonly used for recency segmentation and inactivity reporting.
- ANALYSIS_FY, FISCAL_YEAREND_MONTH, EMPLOYEES_TOTAL, YEAR_ESTABLISHED, GSA_INDICATOR_FLAG, SIC_CODE, SIC_CODE_TYPE, CATEGORY_CODE, REFERENCE_USE_FLAG, HQ_BRANCH_IND — firmographic, fiscal, and reference-use attributes.
- ORGANIZATION_NAME_PHONETIC, PERSON_FIRST_NAME_PHONETIC, PERSON_LAST_NAME_PHONETIC — phonetic search keys.
Common Use Cases and Queries
Typical usage includes marketing list generation, customer recency and frequency analysis, and extract feeds into external CRM or analytics platforms. The following sample returns persons ordered by most recent purchase activity:
SELECT party_id, party_name, email_address, total_num_of_orders, total_ordered_amount, last_ordered_date FROM apps.ams_lt_person_details_v WHERE last_ordered_date >= SYSDATE - 365 ORDER BY last_ordered_date DESC;
A second pattern identifies persons who have never ordered, using the LAST_ORDERED_DATE column as the discriminator:
SELECT party_id, party_name, country FROM apps.ams_lt_person_details_v WHERE last_ordered_date IS NULL AND reference_use_flag = 'Y';
Because the view filters to STATUS = 'A' and PARTY_TYPE = 'PERSON', queries against it are naturally scoped to active individuals, eliminating the need for callers to apply those predicates themselves.
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
View: AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
View: AMS_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
VIEW: APPS.AMS_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.2.2
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AMS_ORGANIZATION_V
12.2.2
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AMS_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AMS_P_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORGANIZATION_V ,
-
View: AMS_P_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORGANIZATION_V ,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
View: IGF_AW_PER_LIST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores person details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_MIS_ITMS_LTR_V, object_name:IGF_AP_MIS_ITMS_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: APPS.IGF_AP_MIS_ITMS_LTR_V ,
-
View: IGF_AW_PER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_PER_LIST_V, object_name:IGF_AW_PER_LIST_V, status:VALID, product: IGF - Financial Aid , description: Stores person details used for correspondence , implementation_dba_data: APPS.IGF_AW_PER_LIST_V ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: Not implemented in this database ,
-
View: AS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID, product: AS - Sales Foundation , description: This view is only a wrapper view of HZ_PARTIES , implementation_dba_data: APPS.AS_PARTY_CUSTOMERS_V ,
-
View: IGF_AW_AWD_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: Not implemented in this database ,
-
View: AS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID, product: AS - Sales Foundation , description: This view is only a wrapper view of HZ_PARTIES , implementation_dba_data: APPS.AS_PARTY_CUSTOMERS_V ,
-
View: AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID, product: AMS - Marketing , description: This view retuns all the parties(both Persons and Organizations) , implementation_dba_data: APPS.AMS_PARTY_CUSTOMERS_V ,
-
View: AMS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID, product: AMS - Marketing , description: This view retuns all the parties(both Persons and Organizations) , implementation_dba_data: APPS.AMS_PARTY_CUSTOMERS_V ,
-
VIEW: APPS.AST_ORG_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PARTIES_V, object_name:AST_ORG_PARTIES_V, status:VALID,
-
View: AHM_ADMIN_INFO_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives following Subscriber Adminstrator and contact information that is captured at the time of Registration.1. User Name2. First Name3. Last Name4. Title5. Email Address6. Phone Number7. Party Numberetc. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,
-
APPS.POS_HZ_PARTY_BO_PKG SQL Statements
12.2.2
-
VIEW: APPS.AS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.AST_ORG_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PARTIES_V, object_name:AST_ORG_PARTIES_V, status:VALID,
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID,
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORGANIZATION_V, object_name:AMS_P_ORGANIZATION_V, status:VALID,
-
View: AST_ORG_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PARTIES_V, object_name:AST_ORG_PARTIES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_ORG_PARTIES_V ,
-
View: AHM_ADMIN_INFO_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives following Subscriber Adminstrator and contact information that is captured at the time of Registration.1. User Name2. First Name3. Last Name4. Title5. Email Address6. Phone Number7. Party Numberetc. , implementation_dba_data: Not implemented in this database ,
-
View: AST_ORG_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PARTIES_V, object_name:AST_ORG_PARTIES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_ORG_PARTIES_V ,
-
VIEW: APPS.AS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
VIEW: APPS.IGF_AW_PER_LIST_V
12.1.1
-
View: AHM_BUSINESS_INFO_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives following Suscriber Company information and contact information that is captured at the time of Registration. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PROFILES_V, object_name:AST_ORG_PROFILES_V, status:VALID,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
View: AHM_BUSINESS_INFO_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives following Suscriber Company information and contact information that is captured at the time of Registration. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_V, object_name:AST_ORG_V, status:VALID,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_ORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_V, object_name:AST_ORG_V, status:VALID,
-
VIEW: APPS.AST_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_PROFILES_V, object_name:AST_ORG_PROFILES_V, status:VALID,
-
View: AST_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_ORG_V, object_name:AST_ORG_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_ORG_V ,
-
VIEW: OSM.AS_IMPORT_INTERFACE#
12.2.2