Search Results hz_parties
Overview
JTF_RS_PARTY_CONTACTS_VL is a CRM Foundation (JTF) view owned by the APPS schema that exposes the list of party contacts used across Oracle E-Business Suite Release 12.1.1 and 12.2.2. It presents a consolidated, de-normalized list of contact records — parties flagged as persons together with their contact role and site information — and is widely referenced by CRM Resource Manager, telephony, interaction center, and any JTF-based module that needs to resolve a party to its contact identity. Beyond the CRM modules, it appears in reporting and integration layers where a flat, readable contact listing is required. It is important to note that despite its "VL" suffix, which normally denotes a translated (_TL) view exposing language-dependent columns, this object is a concatenation/union view that reconciles contact relationships between parties and organizations rather than carrying a language dimension.
Underlying Base Objects
According to the ETRM metadata for 12.2.2, the view is defined over the following referenced base objects, all accessed through APPS synonyms for the corresponding HZ tables:
- HZ_PARTIES — the master party registry, providing party identity, name, type, and status.
- HZ_RELATIONSHIPS — the directional party-to-party relationship records linking a contact person to an organization or to a relationship party.
- HZ_ORG_CONTACTS — organization contact assignments holding the party site and contact number.
- HZ_ORG_CONTACT_ROLES — the role assignment per organization contact, supplying the primary flag.
The documented view text combines a primary branch that joins HZ_PARTIES (person and 'A' status) directly to HZ_RELATIONSHIPS, HZ_ORG_CONTACTS, and HZ_ORG_CONTACT_ROLES with an outer join to the roles table and a filter of PRIMARY_FLAG (+) = 'Y', with additional UNION branches that resolve relationship-based parties (PARTY_TYPE = 'PARTY_RELATIONSHIP') and organizations. The relationships are constrained with SUBJECT_TABLE_NAME and OBJECT_TABLE_NAME both equal to 'HZ_PARTIES', DIRECTIONAL_FLAG = 'F', and STATUS = 'A', so the view reflects only active forward relationships.
Key Columns
The view projects the following significant columns:
- PARTY_ID — the identifier of the contact person party, taken from HZ_PARTIES.PARTY_ID.
- PARTY_SITE_ID — the party site associated with the organization contact, from HZ_ORG_CONTACTS.PARTY_SITE_ID.
- CONTACT_ID — the organization contact identifier (HZ_ORG_CONTACTS.ORG_CONTACT_ID), which is the operative contact key.
- CONTACT_NUMBER — the contact number assigned to the organization contact.
- CONTACT_NAME — the display name of the contact party (HZ_PARTIES.PARTY_NAME).
- PRIMARY_FLAG — indicates whether the contact role is flagged as primary, derived from HZ_ORG_CONTACT_ROLES and filtered to 'Y' in the role join.
Common Use Cases and Queries
A typical use is resolving the contacts of an organization for CRM display or for a report listing active person contacts. The following query returns the primary contacts of a given party:
SELECT contact_id, contact_number, contact_name, party_site_id
FROM apps.jtf_rs_party_contacts_vl
WHERE party_id = :p_party_id;
Because the view also unions relationship-based contacts, it can be used to identify contacts reachable through relationship parties (for example, employees associated with a contact organization) by joining back to HZ_RELATIONSHIPS on the PARTY_ID. In integration scenarios the view frequently serves as a stabilization layer over the four HZ tables, allowing external applications and interfaces to read a single contact listing without replicating the relationship and role logic. Queries should filter on PARTY_ID or CONTACT_ID, both of which are indexed on the underlying base tables, to avoid full scans of HZ_PARTIES.
-
View: JTF_RS_PARTY_CONTACTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTY_CONTACTS_VL, object_name:JTF_RS_PARTY_CONTACTS_VL, status:VALID, product: JTF - CRM Foundation , description: The list of party contacts , implementation_dba_data: APPS.JTF_RS_PARTY_CONTACTS_VL ,
-
View: JTF_RS_PARTNERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTNERS_VL, object_name:JTF_RS_PARTNERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of parners that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_PARTNERS_VL ,
-
View: JTF_RS_PARTY_CONTACTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTY_CONTACTS_VL, object_name:JTF_RS_PARTY_CONTACTS_VL, status:VALID, product: JTF - CRM Foundation , description: The list of party contacts , implementation_dba_data: APPS.JTF_RS_PARTY_CONTACTS_VL ,
-
View: JTF_RS_PARTNERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTNERS_VL, object_name:JTF_RS_PARTNERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of parners that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_PARTNERS_VL ,
-
View: JTF_TASK_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts , implementation_dba_data: APPS.JTF_TASK_PARTY_CONTACTS_V ,
-
View: JTF_PARTY_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID, product: JTF - CRM Foundation , description: Details on the relationship between parties , implementation_dba_data: APPS.JTF_PARTY_RELATIONSHIPS_V ,
-
View: JTF_PARTY_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_RELATIONSHIPS_V, object_name:JTF_PARTY_RELATIONSHIPS_V, status:VALID, product: JTF - CRM Foundation , description: Details on the relationship between parties , implementation_dba_data: APPS.JTF_PARTY_RELATIONSHIPS_V ,
-
View: JTF_RS_PTNR_MIGR_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PTNR_MIGR_VL, object_name:JTF_RS_PTNR_MIGR_VL, status:VALID, product: JTF - CRM Foundation , description: Stores specific partner related data used for internal migration. , implementation_dba_data: APPS.JTF_RS_PTNR_MIGR_VL ,
-
View: JTF_TASK_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_PARTY_CONTACTS_V, object_name:JTF_TASK_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts , implementation_dba_data: APPS.JTF_TASK_PARTY_CONTACTS_V ,
-
View: JTF_PARTY_ALL_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts. , implementation_dba_data: APPS.JTF_PARTY_ALL_CONTACTS_V ,
-
Table: JTA_SYNC_CONTACT_MAPPING
12.2.2
product: JTF - CRM Foundation , description: This table is needed to store mapping of SUNC_CONTACT_ID to PARTY_ID but also to store any other foreign key against the TCA tables. , implementation_dba_data: Not implemented in this database ,
-
View: JTF_RS_PTNR_MIGR_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PTNR_MIGR_VL, object_name:JTF_RS_PTNR_MIGR_VL, status:VALID, product: JTF - CRM Foundation , description: Stores specific partner related data used for internal migration. , implementation_dba_data: APPS.JTF_RS_PTNR_MIGR_VL ,
-
Table: JTA_SYNC_CONTACT_MAPPING
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTA_SYNC_CONTACT_MAPPING, object_name:JTA_SYNC_CONTACT_MAPPING, status:VALID, product: JTF - CRM Foundation , description: This table is needed to store mapping of SUNC_CONTACT_ID to PARTY_ID but also to store any other foreign key against the TCA tables. , implementation_dba_data: JTF.JTA_SYNC_CONTACT_MAPPING ,
-
View: JTF_PARTY_ALL_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ALL_CONTACTS_V, object_name:JTF_PARTY_ALL_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: View all contacts, using hz_relationship table as the driving table. The view expose data for subject and object party. Please note that the view does not join with hz_org_contacts. , implementation_dba_data: APPS.JTF_PARTY_ALL_CONTACTS_V ,
-
Table: JTF_TASKS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASKS_B, object_name:JTF_TASKS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_TASKS_B stores general information about a given Task. , implementation_dba_data: JTF.JTF_TASKS_B ,
-
Table: JTF_TASKS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASKS_B, object_name:JTF_TASKS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_TASKS_B stores general information about a given Task. , implementation_dba_data: JTF.JTF_TASKS_B ,
-
View: JTF_RS_PARTIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTIES_VL, object_name:JTF_RS_PARTIES_VL, status:VALID, product: JTF - CRM Foundation , description: The details of parties that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_PARTIES_VL ,
-
View: JTF_RS_PARTIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_PARTIES_VL, object_name:JTF_RS_PARTIES_VL, status:VALID, product: JTF - CRM Foundation , description: The details of parties that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_PARTIES_VL ,
-
View: JTF_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONTACTS_V retrieves all contacts for a party. , implementation_dba_data: APPS.JTF_PARTY_CONTACTS_V ,
-
View: JTF_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: Party (Organization or Group or Person) and relationship information , implementation_dba_data: APPS.JTF_PARTIES_V ,
-
View: JTF_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONTACTS_V retrieves all contacts for a party. , implementation_dba_data: APPS.JTF_PARTY_CONTACTS_V ,
-
View: JTF_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: Party (Organization or Group or Person) and relationship information , implementation_dba_data: APPS.JTF_PARTIES_V ,
-
View: JTF_IH_INTERACTIONS_VL2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_INTERACTIONS_VL2, object_name:JTF_IH_INTERACTIONS_VL2, status:VALID, product: JTF - CRM Foundation , description: Interactions View , implementation_dba_data: APPS.JTF_IH_INTERACTIONS_VL2 ,
-
View: JTF_IH_INTERACTIONS_VL2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_INTERACTIONS_VL2, object_name:JTF_IH_INTERACTIONS_VL2, status:VALID, product: JTF - CRM Foundation , description: Interactions View , implementation_dba_data: APPS.JTF_IH_INTERACTIONS_VL2 ,
-
View: JTF_IH_ACTIVITIES_VL4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_VL4, object_name:JTF_IH_ACTIVITIES_VL4, status:VALID, product: JTF - CRM Foundation , description: Interaction History Activities View , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_VL4 ,
-
View: JTF_IH_ACTIVITIES_VL4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_VL4, object_name:JTF_IH_ACTIVITIES_VL4, status:VALID, product: JTF - CRM Foundation , description: Interaction History Activities View , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_VL4 ,
-
Table: JTF_UM_APPROVERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_APPROVERS, object_name:JTF_UM_APPROVERS, status:VALID, product: JTF - CRM Foundation , description: Defines the individual approvers for an approval (JTF_UM_APPROVAL_B). The approvers can be defined globally, as well as overridden for a given organization (HZ_PARTIES). Approvers don't necessarily have to be specified as fnd_user, we will , implementation_dba_data: JTF.JTF_UM_APPROVERS ,
-
Table: JTF_UM_APPROVERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_APPROVERS, object_name:JTF_UM_APPROVERS, status:VALID, product: JTF - CRM Foundation , description: Defines the individual approvers for an approval (JTF_UM_APPROVAL_B). The approvers can be defined globally, as well as overridden for a given organization (HZ_PARTIES). Approvers don't necessarily have to be specified as fnd_user, we will , implementation_dba_data: JTF.JTF_UM_APPROVERS ,
-
View: JTF_IH_ACTIVITIES_VL3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_VL3, object_name:JTF_IH_ACTIVITIES_VL3, status:VALID, product: JTF - CRM Foundation , description: Interaction History Activities View , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_VL3 ,
-
View: JTF_IH_ACTIVITIES_VL3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_IH_ACTIVITIES_VL3, object_name:JTF_IH_ACTIVITIES_VL3, status:VALID, product: JTF - CRM Foundation , description: Interaction History Activities View , implementation_dba_data: APPS.JTF_IH_ACTIVITIES_VL3 ,
-
Table: JTF_TASK_AUDITS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_AUDITS_B, object_name:JTF_TASK_AUDITS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a task. , implementation_dba_data: JTF.JTF_TASK_AUDITS_B ,
-
Table: JTF_TASK_AUDITS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_AUDITS_B, object_name:JTF_TASK_AUDITS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a task. , implementation_dba_data: JTF.JTF_TASK_AUDITS_B ,
-
View: JTF_PARTY_CONT_POINTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONT_POINTS_V, object_name:JTF_PARTY_CONT_POINTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONT_POINTS_V retrieves all contact points for parties without any restriction. , implementation_dba_data: APPS.JTF_PARTY_CONT_POINTS_V ,
-
View: JTF_PARTY_CONT_POINTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONT_POINTS_V, object_name:JTF_PARTY_CONT_POINTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONT_POINTS_V retrieves all contact points for parties without any restriction. , implementation_dba_data: APPS.JTF_PARTY_CONT_POINTS_V ,
-
View: JTF_PARTY_PHONES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_PHONES_V, object_name:JTF_PARTY_PHONES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_PHONES_V retrieves all Phone and Fax numbers for a party. , implementation_dba_data: APPS.JTF_PARTY_PHONES_V ,
-
View: JTF_PARTY_PHONES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_PHONES_V, object_name:JTF_PARTY_PHONES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_PHONES_V retrieves all Phone and Fax numbers for a party. , implementation_dba_data: APPS.JTF_PARTY_PHONES_V ,
-
View: JTF_CONTACT_POINTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CONTACT_POINTS_V, object_name:JTF_CONTACT_POINTS_V, status:VALID, product: JTF - CRM Foundation , description: Contact details of each party, like Phone and Email , implementation_dba_data: APPS.JTF_CONTACT_POINTS_V ,
-
View: JTF_CONTACT_POINTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CONTACT_POINTS_V, object_name:JTF_CONTACT_POINTS_V, status:VALID, product: JTF - CRM Foundation , description: Contact details of each party, like Phone and Email , implementation_dba_data: APPS.JTF_CONTACT_POINTS_V ,
-
View: JTF_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CUSTOMERS_V displays party information from HZ_PARTIES (and HZ_ORGANIZATION_PROFILES or HZ_PERSON_PROFILES depending on PARTY_TYPE). , implementation_dba_data: APPS.JTF_PARTY_CUSTOMERS_V ,
-
View: JTF_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CUSTOMERS_V displays party information from HZ_PARTIES (and HZ_ORGANIZATION_PROFILES or HZ_PERSON_PROFILES depending on PARTY_TYPE). , implementation_dba_data: APPS.JTF_PARTY_CUSTOMERS_V ,
-
Table: JTF_TTY_NAMED_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
Table: JTF_TTY_NAMED_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
Table: JTF_TASK_CONTACTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_CONTACTS, object_name:JTF_TASK_CONTACTS, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_CONTACTS stores the contact information for a given customer. , implementation_dba_data: JTF.JTF_TASK_CONTACTS ,
-
Table: JTF_TASK_CONTACTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TASK_CONTACTS, object_name:JTF_TASK_CONTACTS, status:VALID, product: JTF - CRM Foundation , description: JTF_TASK_CONTACTS stores the contact information for a given customer. , implementation_dba_data: JTF.JTF_TASK_CONTACTS ,
-
Table: JTF_MSITE_PRTY_ACCSS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_PRTY_ACCSS, object_name:JTF_MSITE_PRTY_ACCSS, status:VALID, product: JTF - CRM Foundation , description: Defines the parties supported by the mini-sites (Currently not used in 11.5.1) , implementation_dba_data: JTF.JTF_MSITE_PRTY_ACCSS ,
-
Table: JTF_MSITE_PRTY_ACCSS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_PRTY_ACCSS, object_name:JTF_MSITE_PRTY_ACCSS, status:VALID, product: JTF - CRM Foundation , description: Defines the parties supported by the mini-sites (Currently not used in 11.5.1) , implementation_dba_data: JTF.JTF_MSITE_PRTY_ACCSS ,
-
View: JTF_PARTY_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ACCOUNTS_V, object_name:JTF_PARTY_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: Account and Role information of a Party , implementation_dba_data: APPS.JTF_PARTY_ACCOUNTS_V ,
-
View: JTF_PARTY_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_ACCOUNTS_V, object_name:JTF_PARTY_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: Account and Role information of a Party , implementation_dba_data: APPS.JTF_PARTY_ACCOUNTS_V ,
-
Table: JTF_IH_INTERACTIONS_STG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG, object_name:JTF_IH_INTERACTIONS_STG, status:VALID, product: JTF - CRM Foundation , description: A contact point between a customer, customer system or potential customer and a single human or automated agent (Handler and Handler Resource). An Interaction can be timed and has an outcome and result that can be tracked. Multiple Intera , implementation_dba_data: JTF.JTF_IH_INTERACTIONS_STG ,
-
Table: JTF_IH_INTERACTIONS_STG_LOG
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS_STG_LOG, object_name:JTF_IH_INTERACTIONS_STG_LOG, status:VALID, product: JTF - CRM Foundation , description: A contact point between a customer, customer system or potential customer and a single human or automated agent (Handler and Handler Resource). An Interaction can be timed and has an outcome and result that can be tracked. Multiple Intera , implementation_dba_data: JTF.JTF_IH_INTERACTIONS_STG_LOG ,