Search Results jtf_rs_resource_extns
The JTF_RS_RESOURCE_EXTNS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Trading Community Architecture (TCA) and Resource Manager module. This table serves as an extension to the base resource table (JTF_RS_RESOURCE_EXTNS
), storing additional attributes and customizations for resources (employees, partners, or other entities) managed within the system. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
1. Purpose and Functional Context
TheJTF_RS_RESOURCE_EXTNS
table is designed to supplement the core resource data stored in JTF_RS_RESOURCES_B
and JTF_RS_RESOURCES_TL
. It enables organizations to extend the standard resource model by adding custom attributes, classifications, or metadata specific to their business processes. This flexibility is particularly valuable in industries requiring detailed resource tracking, such as professional services, field service, or partner management.
2. Key Columns and Structure
The table includes the following critical columns:- RESOURCE_ID: Foreign key linking to
JTF_RS_RESOURCES_B
, uniquely identifying the resource. - CATEGORY: Classifies extension attributes (e.g., 'SKILLS', 'CERTIFICATIONS').
- ATTRIBUTE_NAME: Name of the custom attribute (e.g., 'Security Clearance Level').
- ATTRIBUTE_VALUE: Stores the actual value of the attribute.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
ATTRIBUTE_TYPE
(data type enforcement) and START_DATE_ACTIVE
/END_DATE_ACTIVE
for temporal tracking.
3. Integration with Oracle EBS Modules
The table integrates with multiple EBS modules:- Resource Manager: Enhances resource profiles with custom fields for skills, availability, or cost rates.
- Service Contracts: Stores service-level attributes for field technicians or support staff.
- Partner Management: Tracks partner-specific certifications or performance metrics.
- HRMS: Extends employee data beyond standard HR attributes.
4. Technical Implementation
In EBS 12.1.1 and 12.2.2, the table is typically accessed via:- APIs:
JTF_RS_RESOURCE_EXTNS_PKG
provides PL/SQL procedures for CRUD operations. - OA Framework: Custom UI pages in Resource Manager leverage this table for attribute management.
- Reports: SQL queries join this table with
JTF_RS_RESOURCES_B
for enhanced reporting.
5. Customization and Extensibility
Organizations can:- Add new categories/attributes via
JTF_RS_RESOURCE_EXTNS
without modifying core tables. - Implement validation logic via database triggers or API hooks.
- Leverage Oracle Application Framework (OAF) to build custom UI components.
6. Performance Considerations
For optimal performance:- Indexes should be created on
RESOURCE_ID
and frequently queried attributes. - Partitioning may be required for large-scale deployments.
- Batch operations should use bulk-binding techniques.
7. Upgrade Implications
Between 12.1.1 and 12.2.2:- Schema changes are minimal, ensuring backward compatibility.
- Custom extensions require validation during upgrades.
- New EBS features may introduce additional predefined categories.
Conclusion
TheJTF_RS_RESOURCE_EXTNS
table is a powerful extensibility feature in Oracle EBS Resource Manager, enabling organizations to tailor resource data models to their operational needs. Its design aligns with Oracle's best practices for customization while maintaining upgradeability. Proper implementation ensures seamless integration with core EBS functionalities while supporting complex business requirements.
-
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 ,
-
View: JTF_TERR_QLFY_RSC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QLFY_RSC_V, object_name:JTF_TERR_QLFY_RSC_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the informations about resources, groups and teams . , implementation_dba_data: APPS.JTF_TERR_QLFY_RSC_V ,
-
View: JTF_TERR_QLFY_RSC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_QLFY_RSC_V, object_name:JTF_TERR_QLFY_RSC_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the informations about resources, groups and teams . , implementation_dba_data: APPS.JTF_TERR_QLFY_RSC_V ,
-
View: JTF_TERR_RSC_LANG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_RSC_LANG_V, object_name:JTF_TERR_RSC_LANG_V, status:VALID, product: JTF - CRM Foundation , description: This shows a resource's language(s). , implementation_dba_data: APPS.JTF_TERR_RSC_LANG_V ,
-
Table: JTF_RS_RESOURCE_DENORM
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_DENORM, object_name:JTF_RS_RESOURCE_DENORM, status:VALID, product: JTF - CRM Foundation , description: This is a denormalized table for Resources. It stores hierarchial information about resources. , implementation_dba_data: JTF.JTF_RS_RESOURCE_DENORM ,
-
Table: JTF_RS_RESOURCE_DENORM
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_DENORM, object_name:JTF_RS_RESOURCE_DENORM, status:VALID, product: JTF - CRM Foundation , description: This is a denormalized table for Resources. It stores hierarchial information about resources. , implementation_dba_data: JTF.JTF_RS_RESOURCE_DENORM ,
-
View: JTF_TERR_RSC_LANG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_RSC_LANG_V, object_name:JTF_TERR_RSC_LANG_V, status:VALID, product: JTF - CRM Foundation , description: This shows a resource's language(s). , implementation_dba_data: APPS.JTF_TERR_RSC_LANG_V ,
-
Table: JTF_RS_RESOURCE_EXTNS_INT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_INT, object_name:JTF_RS_RESOURCE_EXTNS_INT, status:VALID, product: JTF - CRM Foundation , description: This interface table is used for population of Resource entity in JTF_RS_RESOURCE_EXTNS and JTF_RS_RESOURCE_EXTNS_TL tables. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS_INT ,
-
Table: JTF_TTY_NAMED_ACCT_RSC
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCT_RSC, object_name:JTF_TTY_NAMED_ACCT_RSC, status:VALID, product: JTF - CRM Foundation , description: Contains Named Account assignments. , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCT_RSC ,
-
Table: JTF_TTY_ALIGNMENTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID, product: JTF - CRM Foundation , description: Contains basic Alignment information , implementation_dba_data: JTF.JTF_TTY_ALIGNMENTS ,
-
Table: JTF_TTY_NAMED_ACCT_RSC
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCT_RSC, object_name:JTF_TTY_NAMED_ACCT_RSC, status:VALID, product: JTF - CRM Foundation , description: Contains Named Account assignments. , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCT_RSC ,
-
Table: JTF_RS_REP_MANAGERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_REP_MANAGERS, object_name:JTF_RS_REP_MANAGERS, status:VALID, product: JTF - CRM Foundation , description: Denormalized table that stores the reporting hierarchy of group members , implementation_dba_data: JTF.JTF_RS_REP_MANAGERS ,
-
Table: JTF_RS_RESOURCE_VALUES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_VALUES, object_name:JTF_RS_RESOURCE_VALUES, status:VALID, product: JTF - CRM Foundation , description: This table stores resource values. Resource_param_value_id is the primary key. , implementation_dba_data: JTF.JTF_RS_RESOURCE_VALUES ,
-
Table: JTF_TTY_RSC_ACCT_SUMM
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_RSC_ACCT_SUMM, object_name:JTF_TTY_RSC_ACCT_SUMM, status:VALID, product: JTF - CRM Foundation , description: This table stores summarized data for sales RM bin , implementation_dba_data: JTF.JTF_TTY_RSC_ACCT_SUMM ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_TTY_ACCT_RSC_DN
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_RSC_DN, object_name:JTF_TTY_ACCT_RSC_DN, status:VALID, product: JTF - CRM Foundation , description: This table stores named account assignments in denormalized manner , implementation_dba_data: JTF.JTF_TTY_ACCT_RSC_DN ,
-
Table: JTF_TTY_ALIGNMENTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGNMENTS, object_name:JTF_TTY_ALIGNMENTS, status:VALID, product: JTF - CRM Foundation , description: Contains basic Alignment information , implementation_dba_data: JTF.JTF_TTY_ALIGNMENTS ,
-
Table: JTF_RS_REP_MANAGERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_REP_MANAGERS, object_name:JTF_RS_REP_MANAGERS, status:VALID, product: JTF - CRM Foundation , description: Denormalized table that stores the reporting hierarchy of group members , implementation_dba_data: JTF.JTF_RS_REP_MANAGERS ,
-
Table: JTF_TTY_RSC_ACCT_SUMM
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_RSC_ACCT_SUMM, object_name:JTF_TTY_RSC_ACCT_SUMM, status:VALID, product: JTF - CRM Foundation , description: This table stores summarized data for sales RM bin , implementation_dba_data: JTF.JTF_TTY_RSC_ACCT_SUMM ,
-
Table: JTF_RS_RESOURCE_VALUES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_VALUES, object_name:JTF_RS_RESOURCE_VALUES, status:VALID, product: JTF - CRM Foundation , description: This table stores resource values. Resource_param_value_id is the primary key. , implementation_dba_data: JTF.JTF_RS_RESOURCE_VALUES ,
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
Table: JTF_TERR_RSC_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
Table: JTF_TTY_ACCT_RSC_DN
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_RSC_DN, object_name:JTF_TTY_ACCT_RSC_DN, status:VALID, product: JTF - CRM Foundation , description: This table stores named account assignments in denormalized manner , implementation_dba_data: JTF.JTF_TTY_ACCT_RSC_DN ,
-
Table: JTF_RS_RESOURCE_EXTN_AUD
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTN_AUD, object_name:JTF_RS_RESOURCE_EXTN_AUD, status:VALID, product: JTF - CRM Foundation , description: The table that stores audit information for Resources , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTN_AUD ,
-
Table: JTF_TERR_RSC_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
Table: JTF_CAL_ADDRESSES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_ADDRESSES, object_name:JTF_CAL_ADDRESSES, status:VALID, product: JTF - CRM Foundation , description: This table is used to store addresses of private contacts, the table is design to make Palm sync possible in the future. , implementation_dba_data: JTF.JTF_CAL_ADDRESSES ,
-
Table: JTF_RS_TEAM_MEMBERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS, object_name:JTF_RS_TEAM_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. , implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS ,
-
Table: JTF_RS_TEAM_MEMBERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS, object_name:JTF_RS_TEAM_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. , implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS ,
-
Table: JTF_RS_RESOURCE_EXTN_AUD
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTN_AUD, object_name:JTF_RS_RESOURCE_EXTN_AUD, status:VALID, product: JTF - CRM Foundation , description: The table that stores audit information for Resources , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTN_AUD ,
-
Table: JTF_CAL_ADDRESSES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_ADDRESSES, object_name:JTF_CAL_ADDRESSES, status:VALID, product: JTF - CRM Foundation , description: This table is used to store addresses of private contacts, the table is design to make Palm sync possible in the future. , implementation_dba_data: JTF.JTF_CAL_ADDRESSES ,
-
Table: JTF_TTY_ALIGN_PTERR
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
Table: JTF_TTY_ALIGN_PTERR
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
Table: JTF_RS_GROUP_MEMBERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
Table: JTF_RS_SALESREPS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
Table: JTF_RS_SALESREPS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SALESREPS, object_name:JTF_RS_SALESREPS, status:VALID, product: JTF - CRM Foundation , description: This table stores information about salesreps. Salesrep_id is the primary key. If resource category is 'OTHERS' then salesrep_number and org_id are unique. , implementation_dba_data: JTF.JTF_RS_SALESREPS ,
-
Table: JTF_RS_GROUP_MEMBERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
Table: JTF_RS_RESOURCE_EXTNS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_TL, object_name:JTF_RS_RESOURCE_EXTNS_TL, 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_TL ,
-
Table: JTF_RS_RESOURCE_EXTNS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_TL, object_name:JTF_RS_RESOURCE_EXTNS_TL, 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_TL ,
-
Table: JTF_RS_ROLE_RELATIONS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS, object_name:JTF_RS_ROLE_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. , implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS ,
-
Table: JTF_RS_ROLE_RELATIONS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS, object_name:JTF_RS_ROLE_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. , implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS ,
-
Table: JTF_IH_INTERACTIONS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS, object_name:JTF_IH_INTERACTIONS, 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 ,
-
View: CAC_TASK_RS_EXTNS_SEC
12.2.2
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: JTF_IH_INTERACTIONS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_IH_INTERACTIONS, object_name:JTF_IH_INTERACTIONS, 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 ,
-
View: CAC_TASK_RS_EXTNS_SEC
12.1.1
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
View: JTF_RS_TEAM_MEMBERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL, object_name:JTF_RS_TEAM_MEMBERS_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define Team form members block. , implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL ,
-
View: JTF_TASK_SECURITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_SECURITY_V, object_name:JTF_TASK_SECURITY_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get the group or team resources granting full access to a login resource and group/team or employee resources granting a certain level of access to a login resource. , implementation_dba_data: APPS.JTF_TASK_SECURITY_V ,
-
View: JTF_RS_TEAM_MEMBERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL, object_name:JTF_RS_TEAM_MEMBERS_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define Team form members block. , implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL ,