Search Results cac_sr_object_capacity_u1
Overview
JTF.CAC_SR_OBJECT_CAPACITY is a valid base table in the Oracle E-Business Suite Release 12.1.1 and 12.2.2 environments, owned by the JTF schema. Functional design data is registered under JTF.CAC_SR_OBJECT_CAPACITY. The table stores availability summary information for schedulable objects, expressed as a composite of schedules, exceptions, and tasks. In effect, it captures the computed or derived capacity — the total working hours available for a resource, group, or other schedulable entity — across a defined start and end date-time window, factoring in hours before and after the window that remain relevant to the calculation.
Within the E-Business Suite service and resource scheduling model, this table functions as a persisted availability snapshot. Each row represents one capacity record for one object over one time interval. Because the table is referenced by assignment and plan-option entities, it acts as a supply-side ledger against which demand (task assignments and plan tasks) is matched. The metadata's heuristic Data Vault classification is standalone. In Data Vault modeling terms, this suggests the table can be treated as a self-contained record rather than a link table, though in practice it behaves as a satellite-like capacity fact table keyed to a schedule detail parent.
Key Information Stored
OBJECT_CAPACITY_ID— Surrogate primary key and unique identifier for each capacity record, underlyingCAC_SR_OBJECT_CAPACITY_PKand the unique indexCAC_SR_OBJECT_CAPACITY_U1.OBJECT_ID,START_DATE_TIME,OBJECT_TYPE— The three-column business key forming unique indexCAC_SR_OBJECT_CAPACITY_U2(CAC_SR_OBJECT_CAPACITY_U2is the index a user would search for).OBJECT_IDidentifies the resource or schedulable entity,START_DATE_TIMEanchors the capacity interval, andOBJECT_TYPEclassifies the entity.END_DATE_TIME— Closes the availability interval.AVAILABLE_HOURS— The net capacity within the interval.AVAILABLE_HOURS_BEFOREandAVAILABLE_HOURS_AFTER— Allowable capacity immediately preceding and following the interval, supporting scheduling that spans window boundaries.SCHEDULE_DETAIL_ID— Foreign key toCAC_SR_SCHDL_DETAILS, linking the capacity record to its governing schedule definition.STATUS— Numeric state indicator for the capacity row.AVAILABILITY_TYPE— Classifies the nature of the availability (for example, schedule-versus-exception semantics).SOURCE_TYPE— Identifies the shift source that generated the capacity.OBJECT_VERSION_NUMBERand the standard WHO columns (CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN) — Audit and optimistic-locking support.
Common Use Cases and Queries
The table is queried to answer capacity and utilization questions: how many hours a resource is available in a period, how capacity is distributed across object types, and how fully capacity is consumed by assignments. A typical lookup resolves a resource's usable capacity over a range:
- Filter by
OBJECT_TYPEandOBJECT_ID, then constrainSTART_DATE_TIMEandEND_DATE_TIMEto the reporting period. - Aggregate
AVAILABLE_HOURSbyOBJECT_TYPEto summarize capacity by entity category. - Join to
JTF_TASK_ASSIGNMENTSonOBJECT_CAPACITY_IDto compare available versus consumed capacity in utilization reporting. - Analyze
AVAILABILITY_TYPEandSOURCE_TYPEto distinguish scheduled capacity from exception-driven adjustments.
Related Objects
JTF.CAC_SR_SCHDL_DETAILS— Parent schedule detail; joined onSCHEDULE_DETAIL_ID.JTF.JTF_TASK_ASSIGNMENTS— References this table viaOBJECT_CAPACITY_ID; used for task-to-capacity matching.JTF.CSF_R_PLAN_OPTION_TASKS— References this table viaOBJECT_CAPACITY_ID; links planned option tasks to capacity.- Index
CAC_SR_OBJECT_CAPACITY_U2— The unique business-key index on (OBJECT_ID,START_DATE_TIME,OBJECT_TYPE), commonly the access path for point lookups and range scans. - Standard FND foreign keys to
FND_USER.USER_ID(WHO columns) andFND_LOGINS.LOGIN_ID(LAST_UPDATE_LOGIN).
-
INDEX: JTF.CAC_SR_OBJECT_CAPACITY_U1
12.1.1
owner:JTF, object_type:INDEX, object_name:CAC_SR_OBJECT_CAPACITY_U1, status:VALID,
-
INDEX: JTF.CAC_SR_OBJECT_CAPACITY_U1
12.2.2
owner:JTF, object_type:INDEX, object_name:CAC_SR_OBJECT_CAPACITY_U1, status:VALID,
-
TABLE: JTF.CAC_SR_OBJECT_CAPACITY
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.CAC_SR_OBJECT_CAPACITY, object_name:CAC_SR_OBJECT_CAPACITY, status:VALID,
-
TABLE: JTF.CAC_SR_OBJECT_CAPACITY
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.CAC_SR_OBJECT_CAPACITY, object_name:CAC_SR_OBJECT_CAPACITY, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,