Search Results psp_effort_report_templates
Overview
The PSP_EFFORT_REPORT_TEMPLATES table is a core data object within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). It serves as the master repository for defining the criteria and configuration of effort reporting templates. These templates are fundamental to the effort certification process, which is a critical compliance function for organizations, particularly in research, government contracting, and higher education, to verify that labor charges align with actual effort expended on projects and awards. The table stores the high-level definition of a report, which is then used to generate individual effort reports for employees or contingent workers based on specific time periods and labor distribution data.
Key Information Stored
The table's primary key is the TEMPLATE_ID, a unique system-generated identifier. Based on the documented foreign key relationships, the table stores key configuration parameters that define the scope and rules for an effort report. This includes links to the reporting period (EFFORT_REPORT_PERIOD_NAME), the set of books (SET_OF_BOOKS_ID) for financial context, and the business group (BUSINESS_GROUP_ID) for HR security. It also holds references to default accounting and project data, such as a default GL code combination (GL_CODE_COMBINATION_ID), a default task (TASK_ID), and a default expenditure type (ELEMENT_TYPE_ID). The PEOPLE_GROUP_ID links to a defined group of employees, allowing the template to target specific populations. Additional descriptive columns, not explicitly listed but typical for such control tables, would include fields for the template name, description, status, and various control flags.
Common Use Cases and Queries
The primary use case is the setup and generation of effort reports for compliance audits. Administrators define templates to specify which employees, during which period, and for which projects or awards effort must be certified. Common queries involve listing active templates, diagnosing report generation issues, or analyzing template coverage. A typical SQL pattern retrieves template details with their associated period and business group information:
- SELECT t.template_id, t.template_name, t.effort_report_period_name, hou.name business_group FROM psp_effort_report_templates t, hr_all_organization_units hou WHERE t.business_group_id = hou.organization_id AND t.enabled_flag = 'Y';
Another critical query joins to child tables to understand the full scope of projects or awards included in a specific template, which is essential for troubleshooting why certain labor distributions appear or do not appear on a generated report.
Related Objects
PSP_EFFORT_REPORT_TEMPLATES is a central hub with numerous foreign key relationships. It is the parent table for several detail tables that define the specific scope of a template: PSP_TEMPLATE_PROJECTS, PSP_TEMPLATE_AWARDS, and PSP_TEMPLATE_ORGANIZATIONS. The generated reports and any associated errors are stored in child tables PSP_EFFORT_REPORTS and PSP_EFFORT_ERRORS, linked via TEMPLATE_ID. For configuration and default values, it references key setup tables across EBS modules: PSP_EFFORT_REPORT_PERIODS (PSP), PAY_PEOPLE_GROUPS (Payroll), GL_CODE_COMBINATIONS and GL_SETS_OF_BOOKS_11I (General Ledger), PA_EXPENDITURE_TYPES and PA_TASKS (Projects), and HR_ALL_ORGANIZATION_UNITS (Human Resources).
-
Table: PSP_EFFORT_REPORT_TEMPLATES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORT_TEMPLATES, object_name:PSP_EFFORT_REPORT_TEMPLATES, status:VALID, product: PSP - Labor Distribution , description: Contains effort report criteria and template information , implementation_dba_data: PSP.PSP_EFFORT_REPORT_TEMPLATES ,
-
Table: PSP_EFFORT_REPORT_TEMPLATES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORT_TEMPLATES, object_name:PSP_EFFORT_REPORT_TEMPLATES, status:VALID, product: PSP - Labor Distribution , description: Contains effort report criteria and template information , implementation_dba_data: PSP.PSP_EFFORT_REPORT_TEMPLATES ,
-
Table: PSP_EFFORT_ERRORS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_ERRORS, object_name:PSP_EFFORT_ERRORS, status:VALID, product: PSP - Labor Distribution , description: Contains data for the Warning Report , implementation_dba_data: PSP.PSP_EFFORT_ERRORS ,
-
Table: PSP_EFFORT_ERRORS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_ERRORS, object_name:PSP_EFFORT_ERRORS, status:VALID, product: PSP - Labor Distribution , description: Contains data for the Warning Report , implementation_dba_data: PSP.PSP_EFFORT_ERRORS ,
-
Table: PSP_TEMPLATE_AWARDS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_AWARDS, object_name:PSP_TEMPLATE_AWARDS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple awards based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_AWARDS ,
-
Table: PSP_TEMPLATE_AWARDS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_AWARDS, object_name:PSP_TEMPLATE_AWARDS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple awards based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_AWARDS ,
-
Table: PSP_EFFORT_REPORT_PERIODS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORT_PERIODS, object_name:PSP_EFFORT_REPORT_PERIODS, status:VALID, product: PSP - Labor Distribution , description: Contains predefined standard period names , implementation_dba_data: PSP.PSP_EFFORT_REPORT_PERIODS ,
-
Table: PSP_EFFORT_REPORT_PERIODS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORT_PERIODS, object_name:PSP_EFFORT_REPORT_PERIODS, status:VALID, product: PSP - Labor Distribution , description: Contains predefined standard period names , implementation_dba_data: PSP.PSP_EFFORT_REPORT_PERIODS ,
-
Table: PSP_TEMPLATE_ORGANIZATIONS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_ORGANIZATIONS, object_name:PSP_TEMPLATE_ORGANIZATIONS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple organizations based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_ORGANIZATIONS ,
-
Table: PSP_TEMPLATE_PROJECTS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_PROJECTS, object_name:PSP_TEMPLATE_PROJECTS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple projects based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_PROJECTS ,
-
Table: PSP_TEMPLATE_ORGANIZATIONS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_ORGANIZATIONS, object_name:PSP_TEMPLATE_ORGANIZATIONS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple organizations based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_ORGANIZATIONS ,
-
Table: PSP_TEMPLATE_PROJECTS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_TEMPLATE_PROJECTS, object_name:PSP_TEMPLATE_PROJECTS, status:VALID, product: PSP - Labor Distribution , description: Stores multiple projects based on given selection criteria , implementation_dba_data: PSP.PSP_TEMPLATE_PROJECTS ,
-
View: PSPFV_TEMPLATE_PROJECTS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_TEMPLATE_AWARDS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_TEMPLATE_AWARDS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_TEMPLATE_PROJECTS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_TEMPLATE_PROJECTS
12.2.2
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_PROJECTS displays the list of projects selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_TEMPLATE_PROJECTS
12.1.1
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_PROJECTS displays the list of projects selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_TEMPLATE_AWARDS
12.2.2
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_AWARDS displays the list of awards selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_TEMPLATE_AWARDS
12.1.1
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_AWARDS displays the list of awards selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_TEMPLATE_ORGANIZATIONS
12.1.1
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_ORGANIZATIONS displays the list of organization identifiers selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_TEMPLATE_ORGANIZATIONS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_TEMPLATE_ORGANIZATIONS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
Table: PSP_EFFORT_REPORTS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORTS, object_name:PSP_EFFORT_REPORTS, status:VALID, product: PSP - Labor Distribution , description: Contains effort reports for employees for a specified time period , implementation_dba_data: PSP.PSP_EFFORT_REPORTS ,
-
View: PSPBV_TEMPLATE_ORGANIZATIONS
12.2.2
product: PSP - Labor Distribution , description: PSPBV_TEMPLATE_ORGANIZATIONS displays the list of organization identifiers selected in the effort report selection criteria template. , implementation_dba_data: Not implemented in this database ,
-
Table: PSP_EFFORT_REPORTS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFFORT_REPORTS, object_name:PSP_EFFORT_REPORTS, status:VALID, product: PSP - Labor Distribution , description: Contains effort reports for employees for a specified time period , implementation_dba_data: PSP.PSP_EFFORT_REPORTS ,
-
View: PSPFV_EFFORT_REPORT_APPROVALS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORT_APPROVALS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORTS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_EFFORT_REPORT_TEMPLATES
12.2.2
product: PSP - Labor Distribution , description: PSPBV_EFFORT_REPORT_TEMPLATES displays the Effort Report selection criteria that can be reused. , implementation_dba_data: Not implemented in this database ,
-
View: PSPBV_EFFORT_REPORT_TEMPLATES
12.1.1
product: PSP - Labor Distribution , description: PSPBV_EFFORT_REPORT_TEMPLATES displays the Effort Report selection criteria that can be reused. , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORTS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORT_DETAILS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORT_DETAILS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORT_TEMPLATES
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_EFFORT_REPORT_TEMPLATES
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,