Search Results psp_report_templates
Overview
The PSP_REPORT_TEMPLATES table is a core data object within the Oracle E-Business Suite (EBS) Labor Distribution module (PSP). It serves as the primary repository for the definition and configuration of Effort Report templates. Effort reporting is a critical compliance and accounting function, particularly in environments such as higher education and government contracting, where labor costs must be certified and allocated to specific projects or funding sources. This table stores the master template definitions that govern the layout, content, and rules for generating these standardized reports, enabling organizations to consistently track and certify employee effort against grants, projects, and other awards.
Key Information Stored
While the provided metadata does not list specific columns, the primary key and foreign key relationships define its essential structure. The central column is TEMPLATE_ID, which uniquely identifies each effort report template. Based on its role, the table likely stores descriptive and control attributes for each template, such as the template name, effective dates, status (e.g., Active, Inactive), associated business group, and configuration flags that determine report behavior. These flags could control aspects like certification requirements, display formats for cost information, and the inclusion of specific data sections. The TEMPLATE_ID is the critical foreign key referenced by child tables that store the detailed components of the template.
Common Use Cases and Queries
The primary use case is the administration and generation of certified effort reports. System administrators query this table to manage the lifecycle of templates, while the application uses it to retrieve the active template for a given employee or project during report generation. Common SQL operations include retrieving a list of all active templates for a business group or identifying the template assigned to a specific project or operating unit. A typical query pattern would join PSP_REPORT_TEMPLATES with related setup tables, such as HR_ORGANIZATION_UNITS, to filter templates by organization.
- Sample Query: SELECT template_id, template_name, effective_start_date, effective_end_date FROM psp_report_templates WHERE business_group_id = :p_bg_id AND sysdate BETWEEN effective_start_date AND NVL(effective_end_date, sysdate);
Related Objects
The most direct relationship, as documented, is with the PSP_REPORT_TEMPLATE_DETAILS table. This child table holds the specific lines, columns, and criteria that constitute the body of the report template, linked via the TEMPLATE_ID foreign key. In a broader functional context, PSP_REPORT_TEMPLATES is integral to the Effort Reporting workflow. It is referenced by the core effort reporting tables (e.g., PSP_EFFORT_REPORTS, PSP_REPORT_LINES) to determine which template rules apply to a given report instance. The data is typically accessed via the application's public interfaces or through dedicated APIs within the PSP_ packages, rather than via direct SQL in a production environment.
-
Table: PSP_REPORT_TEMPLATES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_REPORT_TEMPLATES, object_name:PSP_REPORT_TEMPLATES, status:VALID, product: PSP - Labor Distribution , description: Stores details of Effort report template , implementation_dba_data: PSP.PSP_REPORT_TEMPLATES ,
-
Table: PSP_REPORT_TEMPLATES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_REPORT_TEMPLATES, object_name:PSP_REPORT_TEMPLATES, status:VALID, product: PSP - Labor Distribution , description: Stores details of Effort report template , implementation_dba_data: PSP.PSP_REPORT_TEMPLATES ,
-
APPS.PSP_PRT_SHD dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_TEMPLATE_SELECTION dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_TEMPLATE_SELECTION dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_PRT_BUS dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_INS dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_PRT_DEL dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_UPD dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_ER_WORKFLOW dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_UPD dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_XMLGEN dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_INS dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_SHD dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_REPORT_TEMPLATE_API dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_SUM_TRANS dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_REPORT_TEMPLATE_API dependencies on PSP_REPORT_TEMPLATES
12.1.1
-
APPS.PSP_PRT_DEL dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_XMLGEN dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_ER_WORKFLOW dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_PRT_BUS dependencies on PSP_REPORT_TEMPLATES
12.2.2
-
APPS.PSP_PRT_INS dependencies on FND_MESSAGE
12.1.1
-
APPS.PSP_PRT_INS dependencies on FND_MESSAGE
12.2.2
-
APPS.PSP_PRT_BUS dependencies on PER_BUSINESS_GROUPS_PERF
12.1.1
-
SYNONYM: APPS.PSP_REPORT_TEMPLATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PSP_REPORT_TEMPLATES, status:VALID,
-
VIEW: PSP.PSP_REPORT_TEMPLATES#
12.2.2
-
APPS.PSP_PRT_BUS dependencies on PER_BUSINESS_GROUPS_PERF
12.2.2
-
VIEW: PSP.PSP_REPORT_TEMPLATES#
12.2.2
owner:PSP, object_type:VIEW, object_name:PSP_REPORT_TEMPLATES#, status:VALID,
-
TABLE: PSP.PSP_REPORT_TEMPLATES_EFC
12.2.2
owner:PSP, object_type:TABLE, object_name:PSP_REPORT_TEMPLATES_EFC, status:VALID,
-
APPS.PSP_PRT_BUS SQL Statements
12.1.1
-
APPS.PSP_PRT_BUS SQL Statements
12.2.2
-
SYNONYM: APPS.PSP_REPORT_TEMPLATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSP_REPORT_TEMPLATES, status:VALID,
-
APPS.PSP_PRT_SHD SQL Statements
12.2.2
-
APPS.PSP_PRT_SHD SQL Statements
12.1.1
-
APPS.PSP_PRT_DEL dependencies on HR_API
12.1.1
-
TABLE: PSP.PSP_REPORT_TEMPLATES_EFC
12.1.1
owner:PSP, object_type:TABLE, object_name:PSP_REPORT_TEMPLATES_EFC, status:VALID,
-
VIEW: APPS.PSP_REPORT_TEMPLATE_DATES_V
12.2.2
-
APPS.PSP_PRT_DEL dependencies on HR_API
12.2.2
-
VIEW: APPS.PSP_REPORT_TEMPLATE_DATES_V
12.1.1
-
TABLE: PSP.PSP_REPORT_TEMPLATES
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_REPORT_TEMPLATES, object_name:PSP_REPORT_TEMPLATES, status:VALID,
-
TABLE: PSP.PSP_REPORT_TEMPLATES
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_REPORT_TEMPLATES, object_name:PSP_REPORT_TEMPLATES, status:VALID,
-
APPS.PSP_ER_WORKFLOW dependencies on XDO_TEMPLATES_TL
12.1.1
-
Table: PSP_REPORT_TEMPLATE_DETAILS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_REPORT_TEMPLATE_DETAILS, object_name:PSP_REPORT_TEMPLATE_DETAILS, status:VALID, product: PSP - Labor Distribution , description: Stores details records of Effort report templates , implementation_dba_data: PSP.PSP_REPORT_TEMPLATE_DETAILS ,
-
APPS.PSP_ER_WORKFLOW dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.PSP_PRT_INS dependencies on PSP_REPORT_TEMPLATES_S
12.1.1
-
APPS.PSP_PRT_INS dependencies on DUAL
12.1.1
-
APPS.PSP_PRT_INS dependencies on DUAL
12.2.2
-
APPS.PSP_PRT_INS dependencies on PSP_REPORT_TEMPLATES_S
12.2.2
-
PACKAGE BODY: APPS.PSP_PRT_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_PRT_SHD, status:VALID,