Search Results source_phone
Overview
APPS.CAC_CAL_RESOURCES is a reporting and integration view in Oracle E-Business Suite (documented for 12.1.1 and 12.2.2) that presents calendar-eligible resources drawn from the Oracle CRM resource foundation. It exposes a consolidated, denormalized projection of resource identity, classification, contact details, and managerial context, allowing downstream calendar, scheduling, and resource-assignment components to query a single object rather than navigating the underlying resource model directly. The view is owned by the APPS schema and is defined entirely over another view, JTF_RS_RESOURCE_EXTNS_VL, which supplies the extended resource attributes maintained by the Oracle resource foundation.
Because the view normalizes field names (for example, SOURCE_JOB_TITLE is surfaced as JOB_TITLE and SOURCE_BUSINESS_GRP_NAME as BUSINESS_GROUP), it presents a stable, application-friendly interface for reporting and integration. The CAC prefix associates the object with the CRM calendar and resource-access components, positioning it as a supporting object for calendar-driven scheduling, availability, and resource lookup. For the user search term "source_job_title," the relevant mapping is the view column SOURCE_JOB_TITLE, aliased to JOB_TITLE, which conveys the resource's job title as maintained by the source resource record.
Underlying Base Objects
The view has a single documented underlying object: JTF_RS_RESOURCE_EXTNS_VL, itself a view in the Oracle resource (JTF_RS) schema family. "EXTNS" denotes the extension attributes stored for resources, while the "_VL" suffix indicates a translated or language-sensitive view. CAC_CAL_RESOURCES performs a straightforward projection with column aliasing; it does not join additional tables and does not apply filters in its documented text. Consequently, all rows and columns available in JTF_RS_RESOURCE_EXTNS_VL flow through to CAC_CAL_RESOURCES, and the view carries no independent storage or materialization. This one-to-one dependency means that any change to the definition of JTF_RS_RESOURCE_EXTNS_VL is reflected immediately in CAC_CAL_RESOURCES, and it is the base view rather than CAC_CAL_RESOURCES that carries the core resource joins and logic.
Key Columns
- USER_ID – Identifier of the application user associated with the resource.
- USER_NAME – The corresponding user name.
- RESOURCE_ID – Primary identifier for the resource record; the principal join key for resource-based transactions.
- RESOURCE_NAME – Display name of the resource.
- RESOURCE_TYPE – Derived as
'RS_'||CATEGORY, distinguishing resource categorization with an RS_ prefix. - BUSINESS_GROUP – Mapped from SOURCE_BUSINESS_GRP_NAME; the owning business group.
- JOB_TITLE – Mapped from SOURCE_JOB_TITLE; the resource's job title.
- PHONE – Mapped from SOURCE_PHONE; contact telephone.
- EMAIL – Mapped from SOURCE_EMAIL; contact email address.
- MANAGER – Mapped from SOURCE_MGR_NAME; the resource's manager.
- START_DATE_ACTIVE / END_DATE_ACTIVE – Validity window for the resource.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard EBS WHO columns for audit and change tracking.
Common Use Cases and Queries
Typical usages include resource rosters for scheduling, populating selection lists in calendar tools, and extraction into downstream reporting where job title, manager, or contact details are required. The SOURCE_JOB_TITLE-to-JOB_TITLE mapping is the object of the "source_job_title" search, so queries commonly filter or group by JOB_TITLE.
- Listing active resources with title and contact details:
SELECT resource_id, resource_name, job_title, manager, email FROM apps.cac_cal_resources WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
- Finding resources by job title:
SELECT resource_id, resource_name, business_group FROM apps.cac_cal_resources WHERE job_title = :p_job_title;
- Counting resources by business group and type:
SELECT business_group, resource_type, COUNT(*) FROM apps.cac_cal_resources GROUP BY business_group, resource_type;
Because CAC_CAL_RESOURCES contains no filters, queries should apply their own date-activity and business-group predicates to restrict results appropriately.
-
VIEW: APPS.CAC_CAL_RESOURCES
12.2.2
-
VIEW: APPS.CAC_CAL_RESOURCES
12.1.1
-
VIEW: JTF.JTF_RS_RESOURCE_EXTNS#
12.2.2
-
VIEW: APPS.IEU_WP_TASK_OWNR_LOV_V
12.2.2
-
VIEW: APPS.IEU_WP_TASK_OWNR_LOV_V
12.1.1
-
View: CAC_CAL_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.CAC_CAL_RESOURCES, object_name:CAC_CAL_RESOURCES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.CAC_CAL_RESOURCES ,
-
APPS.JTF_RS_RESOURCE_WF_PUB SQL Statements
12.2.2
-
View: CAC_CAL_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.CAC_CAL_RESOURCES, object_name:CAC_CAL_RESOURCES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.CAC_CAL_RESOURCES ,
-
APPS.JTF_RS_RESOURCE_WF_PUB SQL Statements
12.1.1
-
VIEW: APPS.JTF_RS_DEFRESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.JTF_RS_DEFRESOURCES_V JTF.JTF_RS_DEFRESOURCES_V, object_name:JTF_RS_DEFRESOURCES_V, status:VALID,
-
View: CAC_TASK_RS_EXTNS_SEC
12.2.2
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
View: CAC_TASK_RS_EXTNS_SEC
12.1.1
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.JTF_RS_DEFRESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.JTF_RS_DEFRESOURCES_V, object_name:JTF_RS_DEFRESOURCES_V, status:VALID,
-
VIEW: JTF.JTF_RS_RESOURCE_EXTNS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_RS_RESOURCE_EXTNS#, status:VALID,
-
View: IEU_WP_TASK_OWNR_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_WP_TASK_OWNR_LOV_V, object_name:IEU_WP_TASK_OWNR_LOV_V, status:VALID, product: IEU - Universal Work Queue , description: Resource list for task owner and assignees. , implementation_dba_data: APPS.IEU_WP_TASK_OWNR_LOV_V ,
-
View: IEU_WP_TASK_OWNR_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_WP_TASK_OWNR_LOV_V, object_name:IEU_WP_TASK_OWNR_LOV_V, status:VALID, product: IEU - Universal Work Queue , description: Resource list for task owner and assignees. , implementation_dba_data: APPS.IEU_WP_TASK_OWNR_LOV_V ,
-
View: JTF_RS_DEFRESOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DEFRESOURCES_VL, object_name:JTF_RS_DEFRESOURCES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_RS_DEFRESOURCES_VL ,
-
View: CS_JTF_RS_RESOURCE_EXTNS_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_JTF_RS_RESOURCE_EXTNS_SEC, object_name:CS_JTF_RS_RESOURCE_EXTNS_SEC, status:VALID, product: CS - Service , description: Main resource view that stores all resource data. , implementation_dba_data: APPS.CS_JTF_RS_RESOURCE_EXTNS_SEC ,
-
View: CS_JTF_RS_RESOURCE_EXTNS_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_JTF_RS_RESOURCE_EXTNS_SEC, object_name:CS_JTF_RS_RESOURCE_EXTNS_SEC, status:VALID, product: CS - Service , description: Main resource view that stores all resource data. , implementation_dba_data: APPS.CS_JTF_RS_RESOURCE_EXTNS_SEC ,
-
View: JTF_RS_ACTIVE_RESOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_ACTIVE_RESOURCES_VL, object_name:JTF_RS_ACTIVE_RESOURCES_VL, status:VALID, product: JTF - CRM Foundation , description: This view stores active resources as of sysdate , implementation_dba_data: APPS.JTF_RS_ACTIVE_RESOURCES_VL ,
-
VIEW: APPS.JTF_RS_DEFRESOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DEFRESOURCES_VL, object_name:JTF_RS_DEFRESOURCES_VL, status:VALID,
-
View: JTF_RS_DEFRESOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DEFRESOURCES_VL, object_name:JTF_RS_DEFRESOURCES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_RS_DEFRESOURCES_VL ,
-
VIEW: APPS.JTF_RS_DEFRESOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DEFRESOURCES_VL, object_name:JTF_RS_DEFRESOURCES_VL, status:VALID,
-
View: JTF_RS_RESOURCE_EXTNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_VL, object_name:JTF_RS_RESOURCE_EXTNS_VL, status:VALID, product: JTF - CRM Foundation , description: Main resource view that stores all resource data. , implementation_dba_data: APPS.JTF_RS_RESOURCE_EXTNS_VL ,
-
View: JTF_RS_RESOURCE_EXTNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_VL, object_name:JTF_RS_RESOURCE_EXTNS_VL, status:VALID, product: JTF - CRM Foundation , description: Main resource view that stores all resource data. , implementation_dba_data: APPS.JTF_RS_RESOURCE_EXTNS_VL ,
-
View: JTF_RS_ACTIVE_RESOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_ACTIVE_RESOURCES_VL, object_name:JTF_RS_ACTIVE_RESOURCES_VL, status:VALID, product: JTF - CRM Foundation , description: This view stores active resources as of sysdate , implementation_dba_data: APPS.JTF_RS_ACTIVE_RESOURCES_VL ,
-
VIEW: APPS.CS_JTF_RS_RESOURCE_EXTNS_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_JTF_RS_RESOURCE_EXTNS_SEC, object_name:CS_JTF_RS_RESOURCE_EXTNS_SEC, status:VALID,
-
VIEW: APPS.JTF_RS_ACTIVE_RESOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_ACTIVE_RESOURCES_VL, object_name:JTF_RS_ACTIVE_RESOURCES_VL, status:VALID,
-
VIEW: APPS.JTF_RS_ACTIVE_RESOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_ACTIVE_RESOURCES_VL, object_name:JTF_RS_ACTIVE_RESOURCES_VL, status:VALID,
-
VIEW: APPS.CS_JTF_RS_RESOURCE_EXTNS_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_JTF_RS_RESOURCE_EXTNS_SEC, object_name:CS_JTF_RS_RESOURCE_EXTNS_SEC, status:VALID,
-
TABLE: JTF.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,
-
VIEW: APPS.JTF_RS_RESOURCE_EXTNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_VL, object_name:JTF_RS_RESOURCE_EXTNS_VL, status:VALID,
-
TABLE: JTF.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,
-
VIEW: APPS.JTF_RS_RESOURCE_EXTNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS_VL, object_name:JTF_RS_RESOURCE_EXTNS_VL, status:VALID,
-
APPS.JTF_RS_RESOURCE_EXTNS_PKG SQL Statements
12.1.1
-
APPS.JTF_RS_RESOURCE_EXTNS_PKG SQL Statements
12.2.2
-
VIEW: APPS.JTM_JTF_RS_RESOURCE_EXTN_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_JTF_RS_RESOURCE_EXTN_V, status:VALID,
-
VIEW: APPS.JTM_JTF_RS_RESOURCE_EXTN_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_JTF_RS_RESOURCE_EXTN_V, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_EXTNS_PKG
12.1.1
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_EXTNS_PKG
12.2.2
-
APPS.JTF_RS_RESOURCE_EXTNS_AUD_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_WF_PUB
12.1.1
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_WF_PUB
12.2.2
-
APPS.CAC_SYNC_TASK SQL Statements
12.2.2
-
APPS.CAC_SYNC_TASK SQL Statements
12.1.1
-
APPS.JTF_RS_RESOURCE_EXTNS_AUD_PVT SQL Statements
12.1.1
-
APPS.JTF_RS_RES_SSWA_PUB SQL Statements
12.2.2
-
APPS.JTF_RS_RES_SSWA_PUB SQL Statements
12.1.1
-
APPS.JTF_RS_CONC_RES_PUB SQL Statements
12.1.1
-
APPS.JTF_RS_RESOURCE_PVT SQL Statements
12.1.1