Search Results as_list_entries
Overview
The AS_LIST_ENTRIES table is a core data structure within the Oracle E-Business Suite Sales Foundation (AS) module. It functions as a central repository for storing individual list entries, which are the constituent members of various marketing and sales lists. These lists are fundamental to campaign management, lead distribution, telemarketing, and targeted marketing activities. The table's design, with multiple foreign key relationships to key transactional entities like customers, contacts, addresses, and phones, establishes it as a critical junction point linking master data to specific marketing initiatives and operational workflows in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary identifier is the LIST_ENTRY_ID column, which is enforced by the AS_LIST_ENTRIES_PK primary key. The most significant data points are the foreign key columns that define what entity a list entry represents. As per the provided metadata, these include CUSTOMER_ID (linking to RA_CUSTOMERS), CONTACT_ID (linking to AS_LIST_ENTRIES for contact records), ADDRESS_ID (linking to RA_ADDRESSES_ALL), and PHONE_ID (linking to RA_PHONES). The LIST_ID column, which references AS_PROMOTIONS_ALL, associates the entry with a specific parent marketing list or promotion. This structure allows a single list to contain a heterogeneous mix of record types, providing flexibility in defining target audiences.
Common Use Cases and Queries
A primary use case is generating call lists or target audience reports for a specific campaign. For instance, a query to retrieve all customer phone entries for a promotion would join AS_LIST_ENTRIES with RA_CUSTOMERS and RA_PHONES, filtering by LIST_ID. Given the user's search for "ra_phones", a typical pattern would involve identifying list entries that are phone-based contacts.
SELECT ale.list_entry_id,
c.customer_name,
ph.phone_number,
ph.phone_type
FROM as_list_entries ale,
ra_customers c,
ra_phones ph
WHERE ale.customer_id = c.customer_id
AND ale.phone_id = ph.phone_id
AND ale.list_id = :p_list_id;
Another critical use case is managing collateral fulfillment, as indicated by the foreign key from AS_COLLATERAL_REQ_ALL, where list entries drive material requests for selected contacts or customers.
Related Objects
The ETRM metadata explicitly defines this table's integration with several key EBS schemas. Its main foreign key dependencies are:
- RA_PHONES: Provides the phone contact details for phone-type list entries.
- RA_CUSTOMERS: Provides customer master data for customer-type entries.
- RA_ADDRESSES_ALL: Provides address information for address-type entries.
- AS_PROMOTIONS_ALL: The parent table defining the marketing list or promotion.
- AS_COLLATERAL_REQ_ALL: A dependent table that uses the LIST_ENTRY_ID to track collateral requests generated for specific list members.
This network of relationships positions AS_LIST_ENTRIES as a pivotal integration point between Sales Foundation (AS) and the underlying Receivables (RA) customer master data.
-
Table: AS_LIST_ENTRIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LIST_ENTRIES, object_name:AS_LIST_ENTRIES, status:VALID, product: AS - Sales Foundation , description: Holds list entries , implementation_dba_data: OSM.AS_LIST_ENTRIES ,
-
Table: AS_LIST_ENTRIES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LIST_ENTRIES, object_name:AS_LIST_ENTRIES, status:VALID, product: AS - Sales Foundation , description: Holds list entries , implementation_dba_data: OSM.AS_LIST_ENTRIES ,
-
SYNONYM: APPS.AS_LIST_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_LIST_ENTRIES, status:VALID,
-
SYNONYM: APPS.AS_LIST_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_LIST_ENTRIES, status:VALID,
-
Table: AS_COLLATERAL_REQ_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_COLLATERAL_REQ_ALL, object_name:AS_COLLATERAL_REQ_ALL, status:VALID, product: AS - Sales Foundation , description: Contains collateral requests , implementation_dba_data: OSM.AS_COLLATERAL_REQ_ALL ,
-
Table: AS_PROMOTIONS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PROMOTIONS_ALL, object_name:AS_PROMOTIONS_ALL, status:VALID, product: AS - Sales Foundation , description: Defines promotions , implementation_dba_data: OSM.AS_PROMOTIONS_ALL ,
-
Table: RA_PHONES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_PHONES, object_name:RA_PHONES, status:VALID, product: AR - Receivables , description: Telephone and communications information , implementation_dba_data: AR.RA_PHONES ,
-
Table: RA_PHONES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_PHONES, object_name:RA_PHONES, status:VALID, product: AR - Receivables , description: Telephone and communications information , implementation_dba_data: AR.RA_PHONES ,
-
Table: AS_COLLATERAL_REQ_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_COLLATERAL_REQ_ALL, object_name:AS_COLLATERAL_REQ_ALL, status:VALID, product: AS - Sales Foundation , description: Contains collateral requests , implementation_dba_data: OSM.AS_COLLATERAL_REQ_ALL ,
-
Primary Key: RA_CONTACTS_PK
12.2.2
-
Primary Key: RA_CONTACTS_PK
12.1.1
-
Table: AS_PROMOTIONS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_PROMOTIONS_ALL, object_name:AS_PROMOTIONS_ALL, status:VALID, product: AS - Sales Foundation , description: Defines promotions , implementation_dba_data: OSM.AS_PROMOTIONS_ALL ,
-
Table: RA_ADDRESSES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
Table: RA_ADDRESSES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
View: AS_LETTER_MERGE_ENTRIES_V
12.1.1
product: AS - Sales Foundation , description: Displays the contacts to whom a letter is mailed. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: OSM.AS_LIST_ENTRIES#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_LIST_ENTRIES#, status:VALID,
-
Table: RA_CUSTOMERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
View: AS_LETTER_MERGE_ENTRIES_V
12.2.2
product: AS - Sales Foundation , description: Displays the contacts to whom a letter is mailed. , implementation_dba_data: Not implemented in this database ,
-
Table: RA_CUSTOMERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: OSM.AS_LIST_ENTRIES#
12.2.2
-
TABLE: OSM.AS_LIST_ENTRIES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LIST_ENTRIES, object_name:AS_LIST_ENTRIES, status:VALID,
-
TABLE: OSM.AS_LIST_ENTRIES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LIST_ENTRIES, object_name:AS_LIST_ENTRIES, status:VALID,
-
View: AS_ASSIGNED_LIST_ENTRIES_V
12.2.2
product: AS - Sales Foundation , description: Assigned list entries view. , implementation_dba_data: Not implemented in this database ,
-
View: AS_LIST_ENTRIES_V
12.1.1
product: AS - Sales Foundation , description: Displays the entries of a list. , implementation_dba_data: Not implemented in this database ,
-
View: AS_LIST_ENTRIES_V
12.2.2
product: AS - Sales Foundation , description: Displays the entries of a list. , implementation_dba_data: Not implemented in this database ,
-
View: AS_ASSIGNED_LIST_ENTRIES_V
12.1.1
product: AS - Sales Foundation , description: Assigned list entries view. , implementation_dba_data: Not implemented in this database ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1