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.JTF_RS_PARTY_MERGE_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.AS_LEAD_ROUTING_WF dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_TTY_MAINTAIN_NA_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.PV_OPPORTUNITY_VHUK dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CUG_GENERIC_WF_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.LNS_REP_UTILS dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_GROUP_MEMBERS_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CN_PAYMENT_SECURITY_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.OKL_CS_LC_CONTRACT_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.IEX_STRATEGY_CNT_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_ROLE_RELATE_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_GRP_SUM_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CS_ASSIGN_RESOURCE_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.PRP_RTTAP_INT_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.JTF_RS_REP_MGR_DENORM_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.AS_LEAD_ROUTING_WF_CUHK dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_USER_RESP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.OE_VALIDATE dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CSL_WF_NOTIFICATIONS_ACC_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_OPP_HEADER_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEX_DUNNING_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CN_GET_COMM_SUMM_DATA_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.AS_OPP_SALES_CREDIT_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.IEM_RESOURCE_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.BIM_LEAD_RG_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.PV_AME_API_W dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CN_GET_COMM_PMT_PAID_GRP dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.OZF_QUOTA_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
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