Search Results jtf_calendars_b
Overview
The JTF_CALENDARS_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the master definition table for calendars, which are fundamental to scheduling, resource management, and time-based operations across the application. The table stores the base, non-translatable attributes of a calendar, including its name, type, description, and effectivity dates. Calendars defined in this table are referenced by numerous other components, such as project management (PA), service, and resource scheduling applications, to govern working days, shifts, and exceptions for tasks and assignments.
Key Information Stored
The table's primary key is the CALENDAR_ID, a unique system-generated identifier for each calendar record. While the provided ETRM excerpt does not list all columns, the description indicates the table holds essential metadata. Key columns typically include CALENDAR_NAME, CALENDAR_TYPE (e.g., Working, Non-Working, Gregorian), a DESCRIPTION, and EFFECTIVE_START_DATE and EFFECTIVE_END_DATE to manage the calendar's validity period. The structure is designed as a base table, with language-specific translations for fields like the name and description stored in the related JTF_CALENDARS_TL table.
Common Use Cases and Queries
This table is central to queries that determine resource availability, project scheduling, and service appointment windows. A common use case is identifying the working calendar assigned to a specific project or resource to validate if a proposed task date is valid. Sample SQL patterns often involve joining JTF_CALENDARS_B to its child assignment tables. For instance, to list all active calendars of a specific type, a query might be: SELECT calendar_id, calendar_name FROM jtf.jtf_calendars_b WHERE calendar_type = 'WORKING' AND SYSDATE BETWEEN effective_start_date AND NVL(effective_end_date, SYSDATE). Reporting use cases include auditing calendar utilization across projects or analyzing calendar definitions for compliance with organizational working hour policies.
Related Objects
As indicated by the foreign key relationships, JTF_CALENDARS_B is a heavily referenced parent table. Key dependent objects include:
- JTF_CALENDARS_TL: The translation table for multilingual support.
- JTF_CAL_EXCEPTION_ASSIGN, JTF_CAL_SHIFT_ASSIGN, JTF_CAL_RESOURCE_ASSIGN: Tables that link calendars to specific non-working exceptions, shift patterns, and resources.
- PA_PROJECT_ASSIGNMENTS, PA_SCHEDULES, PA_PROJ_ELEM_VER_SCHEDULE: Oracle Projects (PA) tables that assign calendars to projects, schedules, and project element versions for planning and scheduling.
-
Table: JTF_CALENDARS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CALENDARS_B, object_name:JTF_CALENDARS_B, status:VALID, product: JTF - CRM Foundation , description: Calendar Name,Type, Description and Effectivity. , implementation_dba_data: JTF.JTF_CALENDARS_B ,
-
Table: JTF_CALENDARS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CALENDARS_B, object_name:JTF_CALENDARS_B, status:VALID, product: JTF - CRM Foundation , description: Calendar Name,Type, Description and Effectivity. , implementation_dba_data: JTF.JTF_CALENDARS_B ,
-
APPS.PA_SCHEDULE_PUB dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.PA_ASSIGNMENTS_PUB dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.JTF_CALENDARS_PKG dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.PA_CALENDAR_UTILS dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.CSP_PART_SEARCH_PVT dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.PA_CALENDAR_UTILS dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.PA_SCHEDULE_PUB dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.JTF_CALENDAR_PUB_24HR dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.PA_ASSIGNMENTS_PUB dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.JTF_CALENDAR_PUB_24HR dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.PA_PROJECTS_MAINT_UTILS dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.JTF_CALENDAR_PUB dependencies on JTF_CALENDARS_B
12.1.1
-
APPS.JTF_CALENDAR_PUB dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.PA_PROJECTS_MAINT_UTILS dependencies on JTF_CALENDARS_B
12.2.2
-
APPS.JTF_CALENDARS_PKG dependencies on JTF_CALENDARS_B
12.2.2
-
Table: JTF_CALENDARS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CALENDARS_TL, object_name:JTF_CALENDARS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_CALENDARS_B , implementation_dba_data: JTF.JTF_CALENDARS_TL ,
-
Table: JTF_CAL_SHIFT_ASSIGN
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_SHIFT_ASSIGN, object_name:JTF_CAL_SHIFT_ASSIGN, status:VALID, product: JTF - CRM Foundation , description: Assign Shifts to a Calendar. , implementation_dba_data: JTF.JTF_CAL_SHIFT_ASSIGN ,
-
VIEW: APPS.JTF_CALENDARS_B_DFV
12.1.1
-
Table: JTF_CALENDARS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CALENDARS_TL, object_name:JTF_CALENDARS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_CALENDARS_B , implementation_dba_data: JTF.JTF_CALENDARS_TL ,
-
Table: JTF_CAL_RESOURCE_ASSIGN
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_RESOURCE_ASSIGN, object_name:JTF_CAL_RESOURCE_ASSIGN, status:VALID, product: JTF - CRM Foundation , description: Assign Resources to a Calendar. , implementation_dba_data: JTF.JTF_CAL_RESOURCE_ASSIGN ,
-
SYNONYM: APPS.JTF_CALENDARS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_CALENDARS_B, status:VALID,
-
SYNONYM: APPS.JTF_CALENDARS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_CALENDARS_B, status:VALID,
-
VIEW: APPS.JTF_CALENDARS_B_DFV
12.2.2
-
View: JTF_CALENDARS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CALENDARS_VL, object_name:JTF_CALENDARS_VL, status:VALID, product: JTF - CRM Foundation , description: View for table JTF_CALENDARS_B. , implementation_dba_data: APPS.JTF_CALENDARS_VL ,
-
VIEW: APPS.PA_TEAM_TEMPLATES_V
12.1.1
-
VIEW: APPS.JTF_CALENDARS_VL
12.2.2
-
VIEW: APPS.PA_TEAM_TEMPLATES_V
12.2.2
-
VIEW: APPS.JTF_CALENDARS_VL
12.1.1
-
Table: JTF_CAL_SHIFT_ASSIGN
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_SHIFT_ASSIGN, object_name:JTF_CAL_SHIFT_ASSIGN, status:VALID, product: JTF - CRM Foundation , description: Assign Shifts to a Calendar. , implementation_dba_data: JTF.JTF_CAL_SHIFT_ASSIGN ,
-
VIEW: JTF.JTF_CALENDARS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_CALENDARS_B#, status:VALID,
-
Table: JTF_CAL_RESOURCE_ASSIGN
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_RESOURCE_ASSIGN, object_name:JTF_CAL_RESOURCE_ASSIGN, status:VALID, product: JTF - CRM Foundation , description: Assign Resources to a Calendar. , implementation_dba_data: JTF.JTF_CAL_RESOURCE_ASSIGN ,
-
View: JTF_CALENDARS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CALENDARS_VL, object_name:JTF_CALENDARS_VL, status:VALID, product: JTF - CRM Foundation , description: View for table JTF_CALENDARS_B. , implementation_dba_data: APPS.JTF_CALENDARS_VL ,
-
VIEW: JTF.JTF_CALENDARS_B#
12.2.2
-
APPS.JTF_CALENDARS_PKG dependencies on DUAL
12.1.1
-
APPS.JTF_CALENDARS_PKG SQL Statements
12.1.1
-
APPS.JTF_CALENDARS_PKG SQL Statements
12.2.2
-
APPS.CSP_PART_SEARCH_PVT dependencies on JTF_CAL_SHIFTS_B
12.2.2
-
APPS.CSP_PART_SEARCH_PVT dependencies on JTF_CAL_SHIFT_ASSIGN
12.2.2
-
Table: PA_SCHEDULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SCHEDULES, object_name:PA_SCHEDULES, status:VALID, product: PA - Projects , description: PA_SCHEDULES displays the schedule details for requirements and assignments. It also displays calendar schedules , implementation_dba_data: PA.PA_SCHEDULES ,
-
APPS.CSP_PART_SEARCH_PVT dependencies on JTF_CAL_SHIFT_CONSTRUCTS
12.2.2
-
APPS.PA_CALENDAR_UTILS dependencies on JTF_CALENDARS_VL
12.1.1
-
Table: PA_PROJ_ELEM_VER_SCHEDULE
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEM_VER_SCHEDULE, object_name:PA_PROJ_ELEM_VER_SCHEDULE, status:VALID, product: PA - Projects , description: PA_PROJ_ELEM_VER_SCHEDULE stores workplan attributes, which are versioned. - For future use , implementation_dba_data: PA.PA_PROJ_ELEM_VER_SCHEDULE ,
-
Table: JTF_CAL_EXCEPTION_ASSIGN
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_CAL_EXCEPTION_ASSIGN, object_name:JTF_CAL_EXCEPTION_ASSIGN, status:VALID, product: JTF - CRM Foundation , description: Assign Exceptions to a Calendar. , implementation_dba_data: JTF.JTF_CAL_EXCEPTION_ASSIGN ,
-
Table: PA_SCHEDULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SCHEDULES, object_name:PA_SCHEDULES, status:VALID, product: PA - Projects , description: PA_SCHEDULES displays the schedule details for requirements and assignments. It also displays calendar schedules , implementation_dba_data: PA.PA_SCHEDULES ,
-
Table: PA_PROJ_ELEM_VER_SCHEDULE
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEM_VER_SCHEDULE, object_name:PA_PROJ_ELEM_VER_SCHEDULE, status:VALID, product: PA - Projects , description: PA_PROJ_ELEM_VER_SCHEDULE stores workplan attributes, which are versioned. - For future use , implementation_dba_data: PA.PA_PROJ_ELEM_VER_SCHEDULE ,
-
VIEW: APPS.CSP_OPEN_CLOSED_V
12.2.2