Search Results jtf_rs_resource_extns
Overview
The JTF_RS_RESOURCE_EXTNS table is a core master data table within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the central repository for storing comprehensive information about "Resources," which are the fundamental entities representing people or entities that perform work within the CRM ecosystem. As indicated in the ETRM documentation, these resources can originate from various source systems, including Human Resources (HR), Trading Community Architecture (HZ for parties), or external vendors. Its primary role is to provide a unified, extensible view of all resources, enabling their assignment, management, and tracking across numerous CRM and related applications such as Marketing (AMS), Sales, and Service. The table is critical for resource-centric operations and security.
Key Information Stored
The table's structure is designed to capture essential identifying and descriptive attributes for each resource. The primary key is the RESOURCE_ID, which uniquely identifies each record. As per the documentation, RESOURCE_NUMBER and USER_ID are also enforced as unique keys, linking the resource to a system user. Other significant columns, inferred from the foreign key relationships and standard implementation, include CATEGORY (classifying the resource type, linked to JTF_OBJECTS_B), CONTACT_ID (linking to a party contact in HZ_ORG_CONTACTS), and SUPPORT_SITE_ID (linking to a physical address in HZ_PARTY_SITES). The table typically also stores the resource's name, email, active status, start and end dates, and various classification attributes.
Common Use Cases and Queries
This table is central to reporting and operations involving resource data. Common use cases include generating resource directories, assigning owners to CRM objects like campaigns and leads, setting up team hierarchies, and driving resource-based security models. A fundamental query retrieves active resources for a given category:
SELECT resource_id, resource_name, user_id, category FROM jtf_rs_resource_extns WHERE sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate) AND category = 'EMPLOYEE';
Another frequent pattern joins to user and party tables to create a comprehensive contact list:
SELECT res.resource_name, res.email_address, ps.party_site_name FROM jtf_rs_resource_extns res, hz_party_sites ps WHERE res.support_site_id = ps.party_site_id(+);
It is also heavily queried by the application's resource management APIs and user interfaces.
Related Objects
JTF_RS_RESOURCE_EXTNS has extensive relationships across the EBS suite, as evidenced by the provided foreign key metadata. Key documented relationships include:
- Primary Source/Domain Tables: JTF_OBJECTS_B (via CATEGORY), HZ_PARTY_SITES (via SUPPORT_SITE_ID), HZ_ORG_CONTACTS (via CONTACT_ID).
- Major Dependent CRM Tables: A wide array of Marketing (AMS) tables reference it as an owner, coordinator, or approver, including AMS_CAMPAIGNS_ALL_B (OWNER_USER_ID), AMS_EVENT_HEADERS_ALL_B (OWNER_USER_ID, COORDINATOR_ID), and AMS_DM_MODELS_ALL_B (OWNER_USER_ID).
- Other Dependent Tables: AMS_ACT_ACCESS_DENORM (RESOURCE_ID), AMS_ACT_RESOURCES (RESOURCE_ID), AMS_CELLS_ALL_B (OWNER_ID).
These relationships underscore its role as the authoritative source for resource identifiers linked to transactional data.
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
APPS.IEU_DIAGNOSTICS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.PV_ASSIGNMENT_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.OKC_UTIL dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_CALENDAR_PUB_24HR dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.ASO_APR_INT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_DEFAULT_GROUPS_CONC_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CN_GET_COMM_SUMM_DATA dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CCT_JTFRESOURCEROUTING_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CSL_USER_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CSF_DEBRIEF_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_OPP_MATCH_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_RS_RESOURCE_EXTNS_AUD_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEX_STRY_CUWF_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AMS_RESOURCE_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_SLSTEAM_MIGRTN_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_PARTNER_UTIL_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CAC_VIEW_WF_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_RESOURCE_VUHK dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.QOT_DEFAULT_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_SALES_LEAD_ENGINE_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_GAR_OPPTYS_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.OZF_RESALE_WF_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AML_MONITOR_WF dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_BG_PARTNER_MATCHING_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.OZF_REQUEST_STATUS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_UPDATE_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_AS_ACCESS_VHUK dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_RS_TEAM_MEMBERS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.AMS_LISTGENERATION_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CSM_MAIL_MESSAGES_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.LNS_LOAN_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.AS_RESOURCE_MERGE_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CSM_MAIL_MESSAGES_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IGS_CO_SUBMIT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_RS_GROUP_MEMBERS_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEM_CLIENT_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEM_EMAILACCOUNT_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_RS_RESOURCE_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_ACCESS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEX_STRATEGY_WF dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.JTF_IH_BULK dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1