Search Results guide for building gantt charts
The PA_GANTT_COLUMNS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Project Accounting (PA) module, specifically designed to support Gantt chart functionality. Gantt charts are widely used in project management to visualize project schedules, task dependencies, and resource allocations. This table stores metadata and configuration details that define the columns displayed in Gantt charts, ensuring flexibility and customization for end-users. Below is a detailed analysis of its purpose, structure, and relevance in Oracle EBS.
Purpose and Functional Context
ThePA_GANTT_COLUMNS
table serves as a repository for column definitions used in Gantt chart views within Oracle Projects. It enables administrators and users to configure which attributes (e.g., task names, start/end dates, progress percentages) are displayed in Gantt charts. This customization is essential for tailoring the user interface to specific project management needs, such as tracking milestones, resource assignments, or budget variances. The table integrates with other key PA tables like PA_TASKS
, PA_PROJECTS
, and PA_PROJECT_STATUSES
to provide a cohesive project management experience.
Key Columns and Structure
The table typically includes the following columns:- COLUMN_ID: A unique identifier for each column definition.
- COLUMN_NAME: The display name of the column (e.g., "Task Name," "Planned Start Date").
- COLUMN_TYPE: Specifies the data type (e.g., VARCHAR2, DATE, NUMBER) or whether the column is derived from a formula.
- DISPLAY_SEQUENCE: Determines the order in which columns appear in the Gantt chart.
- VISIBLE_FLAG: A Boolean flag indicating whether the column is visible by default.
- SOURCE_TABLE: References the underlying table (e.g.,
PA_TASKS
) from which data is fetched. - SOURCE_COLUMN: The actual column name in the source table that populates the Gantt chart column.
- USER_COLUMN_NAME: Allows localization or user-friendly overrides for column labels.
Integration with Oracle EBS Modules
ThePA_GANTT_COLUMNS
table interacts with several Oracle EBS components:
- Oracle Projects: Directly supports project planning and tracking by enabling dynamic Gantt chart configurations.
- Oracle Workflow: May integrate with workflow-driven approvals for task updates displayed in Gantt charts.
- Oracle Business Intelligence (OBIEE): Column definitions can influence analytics dashboards that incorporate Gantt visualizations.
Customization and Extensibility
Organizations can extend the table’s functionality by:- Adding custom columns to track project-specific metrics (e.g., "Risk Score").
- Leveraging APIs to programmatically modify column visibility or sequencing based on user roles.
- Integrating with Oracle Application Framework (OAF) to enhance UI rendering.
Performance Considerations
Given its role in UI rendering, thePA_GANTT_COLUMNS
table should be indexed on frequently queried columns like COLUMN_ID
and DISPLAY_SEQUENCE
. Large deployments may require partitioning or materialized views to optimize Gantt chart load times.
Conclusion
ThePA_GANTT_COLUMNS
table is a pivotal element in Oracle EBS’s project management ecosystem, offering granular control over Gantt chart presentations. Its design balances flexibility with performance, ensuring that project managers can access tailored views without compromising system responsiveness. Understanding this table’s structure and integrations is essential for administrators and developers aiming to optimize Oracle Projects’ Gantt chart functionality.
-
Lookup Type: PA_TASKLIST_VIEWS
12.2.2
product: PA - Projects , meaning: Task List Views , description: Task List Views ,
-
Lookup Type: PA_REGION_SOURCE_TYPES
12.2.2
product: PA - Projects , meaning: Region Source Types , description: Region Source Types ,
-
Lookup Type: PA_TASKLIST_VIEWS
12.1.1
product: PA - Projects , meaning: Task List Views , description: Task List Views ,
-
Lookup Type: PA_REGION_SOURCE_TYPES
12.1.1
product: PA - Projects , meaning: Region Source Types , description: Region Source Types ,
-
Lookup Type: GANTT_SETUP_SECTIONS_ROWS
12.1.1
product: PA - Projects , meaning: Gantt Setup Sections Rows , description: Gantt Setup Sections Rows ,
-
Lookup Type: GANTT_TIME_SCALE
12.2.2
product: PA - Projects , meaning: Gantt Time Scales , description: Gantt Time Scales ,
-
Lookup Type: GANTT_TIME_SCALE
12.1.1
product: PA - Projects , meaning: Gantt Time Scales , description: Gantt Time Scales ,
-
Lookup Type: PA_GANTT_MIDDLE_SHAPE_CODE
12.1.1
product: PA - Projects , meaning: Gantt bar shape , description: Gantt bar shape ,
-
Lookup Type: PA_GANTT_START_END_SHAPE_CODE
12.1.1
product: PA - Projects , meaning: Start and End shape of Gantt bars , description: Start and End shape of Gantt bars ,
-
Lookup Type: PA_GANTT_START_END_SHAPE_CODE
12.2.2
product: PA - Projects , meaning: Start and End shape of Gantt bars , description: Start and End shape of Gantt bars ,
-
Lookup Type: PA_GANTT_BAR_TYPES_CODE
12.1.1
product: PA - Projects , meaning: Gantt Bar Types , description: Gantt bar types ,
-
Lookup Type: PA_GANTT_BAR_TYPES_CODE
12.2.2
product: PA - Projects , meaning: Gantt Bar Types , description: Gantt bar types ,
-
Lookup Type: GANTT_SETUP_SECTIONS_ROWS
12.2.2
product: PA - Projects , meaning: Gantt Setup Sections Rows , description: Gantt Setup Sections Rows ,
-
Lookup Type: PA_GANTT_SHIFT_PERIOD
12.1.1
product: PA - Projects , meaning: Gantt Shift Period , description: Gantt Shift Period ,
-
Lookup Type: PA_GANTT_MIDDLE_SHAPE_CODE
12.2.2
product: PA - Projects , meaning: Gantt bar shape , description: Gantt bar shape ,
-
Lookup Type: PA_GANTT_SHIFT_PERIOD
12.2.2
product: PA - Projects , meaning: Gantt Shift Period , description: Gantt Shift Period ,
-
Lookup Type: PA_GANTT_TEXT_CODE
12.2.2
product: PA - Projects , meaning: Codes for Gantt Chart Text , description: Codes for Gantt Chart Texts ,
-
Lookup Type: PA_GANTT_TEXT_CODE
12.1.1
product: PA - Projects , meaning: Codes for Gantt Chart Text , description: Codes for Gantt Chart Texts ,
-
Table: PA_GANTT_COLUMNS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_COLUMNS, object_name:PA_GANTT_COLUMNS, status:VALID, product: PA - Projects , description: Stores Gantt view columns , implementation_dba_data: PA.PA_GANTT_COLUMNS ,
-
Table: PA_GANTT_COLUMNS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_COLUMNS, object_name:PA_GANTT_COLUMNS, status:VALID, product: PA - Projects , description: Stores Gantt view columns , implementation_dba_data: PA.PA_GANTT_COLUMNS ,
-
Table: PA_GANTT_CONFIG_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_CONFIG_B, object_name:PA_GANTT_CONFIG_B, status:VALID, product: PA - Projects , description: Stores Gantt configurations , implementation_dba_data: PA.PA_GANTT_CONFIG_B ,
-
Table: PA_GANTT_CONFIG_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_CONFIG_B, object_name:PA_GANTT_CONFIG_B, status:VALID, product: PA - Projects , description: Stores Gantt configurations , implementation_dba_data: PA.PA_GANTT_CONFIG_B ,
-
Table: PA_GANTT_BAR_STYLES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_BAR_STYLES_B, object_name:PA_GANTT_BAR_STYLES_B, status:VALID, product: PA - Projects , description: Stores Gantt view bar styles , implementation_dba_data: PA.PA_GANTT_BAR_STYLES_B ,
-
Table: PA_GANTT_BAR_STYLES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_BAR_STYLES_B, object_name:PA_GANTT_BAR_STYLES_B, status:VALID, product: PA - Projects , description: Stores Gantt view bar styles , implementation_dba_data: PA.PA_GANTT_BAR_STYLES_B ,
-
Table: PA_GANTT_VIEWS_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_VIEWS_B, object_name:PA_GANTT_VIEWS_B, status:VALID, product: PA - Projects , description: Stores Gantt views , implementation_dba_data: PA.PA_GANTT_VIEWS_B ,
-
Table: PA_GANTT_VIEWS_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_GANTT_VIEWS_B, object_name:PA_GANTT_VIEWS_B, status:VALID, product: PA - Projects , description: Stores Gantt views , implementation_dba_data: PA.PA_GANTT_VIEWS_B ,
-
View: PA_GANTT_COLUMNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GANTT_COLUMNS_V, object_name:PA_GANTT_COLUMNS_V, status:VALID, product: PA - Projects , description: PA_GANTT_COLUMNS_V is the view giving the Gantt columns , implementation_dba_data: APPS.PA_GANTT_COLUMNS_V ,
-
View: PA_GANTT_COLUMNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GANTT_COLUMNS_V, object_name:PA_GANTT_COLUMNS_V, status:VALID, product: PA - Projects , description: PA_GANTT_COLUMNS_V is the view giving the Gantt columns , implementation_dba_data: APPS.PA_GANTT_COLUMNS_V ,
-
View: PA_GANTT_CONFIG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GANTT_CONFIG_VL, object_name:PA_GANTT_CONFIG_VL, status:VALID, product: PA - Projects , description: PA_GANTT_VIEWS_VL stores the information about the customized Gantt View , implementation_dba_data: APPS.PA_GANTT_CONFIG_VL ,
-
View: PA_GANTT_CONFIG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GANTT_CONFIG_VL, object_name:PA_GANTT_CONFIG_VL, status:VALID, product: PA - Projects , description: PA_GANTT_VIEWS_VL stores the information about the customized Gantt View , implementation_dba_data: APPS.PA_GANTT_CONFIG_VL ,
-
View: PA_PAGE_REGIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PAGE_REGIONS_V, object_name:PA_PAGE_REGIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PAGE_REGIONS_V ,
-
View: PA_PAGE_REGIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PAGE_REGIONS_V, object_name:PA_PAGE_REGIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PAGE_REGIONS_V ,
-
Lookup Type: REVENUE DIST REJECTION CODE
12.1.1
product: PA - Projects , meaning: Revenue Dist Rejection Code , description: Revenue Dist Rejection Code ,
-
Lookup Type: ADW DIMENSION TABLES
12.1.1
product: PA - Projects , meaning: Adw Dimension Tables , description: Adw Dimension Tables ,
-
Lookup Type: ADW DIMENSION TABLES
12.2.2
product: PA - Projects , meaning: Adw Dimension Tables , description: Adw Dimension Tables ,
-
Lookup Type: COST DIST REJECTION CODE
12.1.1
product: PA - Projects , meaning: Reason why an expenditure item cannot be cost distributed , description: Reason why an expenditure item cannot be cost distributed ,
-
Lookup Type: REVENUE DIST REJECTION CODE
12.2.2
product: PA - Projects , meaning: Revenue Dist Rejection Code , description: Revenue Dist Rejection Code ,
-
Lookup Type: ACCUMULATION_COLUMN
12.2.2
product: PA - Projects , meaning: Accumulation Column , description: Accumulation_Column ,
-
Lookup Type: ACCUMULATION_COLUMN
12.1.1
product: PA - Projects , meaning: Accumulation Column , description: Accumulation_Column ,
-
Lookup Type: FUNDING REVAL REJECTION
12.2.2
product: PA - Projects , meaning: Funding Revaluation Rejection Reason , description: Funding Revaluation Rejection Reason ,
-
Lookup Type: COST DIST REJECTION CODE
12.2.2
product: PA - Projects , meaning: Reason why an expenditure item cannot be cost distributed , description: Reason why an expenditure item cannot be cost distributed ,
-
Lookup Type: FUNDING REVAL REJECTION
12.1.1
product: PA - Projects , meaning: Funding Revaluation Rejection Reason , description: Funding Revaluation Rejection Reason ,
-
Lookup Type: STATUS_TYPE
12.1.1
product: PA - Projects , meaning: Status Type , description: Status type of the status-owning entity ,
-
Lookup Type: STATUS_TYPE
12.2.2
product: PA - Projects , meaning: Status Type , description: Status type of the status-owning entity ,
-
Lookup Type: TRANSACTION REJECTION REASON
12.2.2
product: PA - Projects , meaning: Transaction Rejection Reason , description: The reason why a transaction was rejected during import into PA from an external system via Transaction Import ,
-
Lookup Type: PA_FP_FACTOR_BY_CODE
12.1.1
product: PA - Projects , meaning: Financial Planning Factor By Code , description: Financial Planning Factor By Code ,
-
Lookup Type: PA_FP_FACTOR_BY_CODE
12.2.2
product: PA - Projects , meaning: Financial Planning Factor By Code , description: Financial Planning Factor By Code ,
-
Lookup Type: TRANSFER REJECTION CODE
12.2.2
product: PA - Projects , meaning: Transfer Rejection Code , description: Reason why a cost or revenue item was rejected during transfer to another application or tieback from another application ,
-
Lookup Type: TRANSACTION REJECTION REASON
12.1.1
product: PA - Projects , meaning: Transaction Rejection Reason , description: The reason why a transaction was rejected during import into PA from an external system via Transaction Import ,
-
Lookup Type: TRANSFER REJECTION CODE
12.1.1
product: PA - Projects , meaning: Transfer Rejection Code , description: Reason why a cost or revenue item was rejected during transfer to another application or tieback from another application ,