Search Results p_org_template_id




Overview

The APPS.PSP_PSPLSODR_XMLP_PKG package body is an Oracle Reports XML Publisher (XMLP) PL/SQL library associated with a Public Sector Planning and Budgeting (PSP) report identified internally as PSPLSODR. Its overarching purpose is to supply the report with calculated "formula" columns and report lifecycle triggers. The package converts stored numeric identifiers — general ledger code combinations, project and task identifiers, award identifiers, and organization identifiers — into descriptive text values suitable for display in the report output.

The package belongs to the PSP (Public Sector/Service Procurement-related) product family, and its naming convention (_XMLP_PKG) is standard for Oracle E-Business Suite XML Publisher reports. The internal header comment ($Header: PSPLSODRB.pls 120.5 2008/01/30) indicates the source has been versioned since at least EBS Release 12.0 and remained unchanged through the 12.1.1 and 12.2.2 code lines.

Key Procedures and Functions

ETRM metadata documents 17 program units. The predominant pattern is a set of CF_*FORMULA functions, each returning a CHAR value consumed by the report's data model.

The frequently referenced user search term p_org_template_id relates to organization template parameters such as CF_ORG_NAMEFORMULA and CF_ORG_SCHEDULE_IDFORMULA, which drive organization-specific report content.

Tables Accessed

The package queries the following objects through APPS synonyms:

Usage Notes

This package is invoked exclusively by the associated Oracle Reports/XML Publisher concurrent program; it is referenced by zero other PL/SQL packages, confirming that its scope is confined to the report's formula columns and triggers. Users do not call it directly. Administrators and developers should note that changing organization template parameters — including the selection exposed as p_org_template_id — affects the values returned by the organization-related formulas and therefore the report output. Because GL and profile values are resolved at runtime, ensure the GL set of books profile and organization template setup are correct before running the report.