Search Results cp_status
Overview
APPS.PAY_PAYRPHTS_XMLP_PKG is the generated PL/SQL package body that backs the Oracle E-Business Suite XML Publisher (BI Publisher) report associated with the Payroll "Trigger Status" concurrent program output. In Oracle EBS 12.1.1 and 12.2.2, XML Publisher concurrent programs are compiled as PL/SQL packages whose body encapsulates the report's data model, parameter defaulting, format triggers, and Report Builder placeholder accessors. This particular package serves the PAYRPHTS report, which produces a listing of payroll-related triggers and their current enabled/disabled status. Its header comment ($Header: PAYRPHTSB.pls 120.0 2008/01/11 07:08:06 srikrish noship $) confirms it is a server-side, non-shipped-logic package generated for the report definition rather than a general-purpose API.
The package's principal responsibilities are: confirming the report runtime environment in BeforeReport, resolving user-facing lookup meanings for report parameters, exposing placeholder values to the XML template, and providing no-op or pass-through hooks required by the XML Publisher/RDF integration layer. The documented API classification is OTHER, meaning it is not part of a published interfaces set and should be considered report-internal.
Key Procedures and Functions
- BEFOREREPORT — Executed automatically before the report's main query runs. It normalizes the two report parameters by applying
NVLdefaults:P_Status_1defaults to 'DISABLED' andP_Detail_1defaults to 'Y'. It also ensures a row exists inFND_SESSIONSfor the current session, and optionally reads a TRACE action parameter fromPAY_ACTION_PARAMETERS(the SQL trace call itself is commented out). Returns TRUE to allow the report to proceed. - AFTERREPORT — Post-report hook; the documented implementation simply returns TRUE with no additional logic.
- CF_COUNT_TRIGGER_NAMEFORMULA — A Report Builder format-trigger formula that assigns the incoming
CS_COUNT_TRIGGER_NAMEvalue to theCP_COUNT_TRIGGER_NAMEplaceholder and returns 1. This is the mechanism by which a computed column value is surfaced to the XML template. - CF_ENABLED_FLAGFORMULA — Resolves the parameter value stored in
P_STATUS_1into its descriptive meaning by queryingHR_LOOKUPSfor lookup typeTRIGGER_STATUS, stores the result inCP_STATUS, and returns it. This is the direct source of the cp_status value users see in the report output. - CP_COUNT_TRIGGER_NAME_P — Placeholder accessor returning the current value of
CP_COUNT_TRIGGER_NAMEfor template reference. - CP_STATUS_P — Placeholder accessor returning the current value of
CP_STATUS; this is the function the XML template calls to display the resolved trigger status text.
Tables Accessed
- FND_SESSIONS — Read and inserted into during
BeforeReport. A row is inserted for the currentuserenv('sessionid')only if one does not already exist, which satisfies Form/Report session registration requirements used by the concurrent manager runtime. - PAY_ACTION_PARAMETERS — Queried (read-only) to retrieve the diagnostic TRACE parameter; the exception handler suppresses NO_DATA_FOUND, making the lookup optional.
- HR_LOOKUPS — Queried in
CF_ENABLED_FLAGFORMULAto translate theTRIGGER_STATUSlookup code into its display meaning, populatingCP_STATUS.
Usage Notes
This package is not intended to be called directly from forms or custom code. It is invoked implicitly by the Oracle Reports/XML Publisher runtime whenever the corresponding payroll trigger status concurrent program is submitted, with the runtime calling BeforeReport, the format-trigger formulas for each row or column, and AfterReport in standard order. The CP_STATUS and CP_COUNT_TRIGGER_NAME placeholders are referenced from the XML template via the accessor functions, so any custom template that relies on trigger status display must use the same placeholder names. Because the package is documented as referenced by zero other packages, changes to it carry no cross-package dependency risk, but it should still be treated as report-generated code and regenerated rather than hand-patched during upgrades. In 12.2.2 the package resides under the APPS schema and is subject to standard EBS editioning and customization standards.
-
PACKAGE BODY: APPS.PAY_PAYRPHTS_XMLP_PKG
12.1.1
-
View: AST_INSTALLED_BASE_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PAY_PAYRPHTS_XMLP_PKG
12.2.2
-
View: XNC_ORD_IB_PRODUCT_RG_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: View Used to display Install Base Details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PAY_PAYRPDTR_XMLP_PKG
12.2.2
-
View: AST_INSTALLED_BASE_V
12.1.1
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PAY_PAYRPFAR_XMLP_PKG
12.1.1
-
View: CS_SR_NEW_PRODUCTS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase release 11.5.6 and higher . This view is used to get all product information for a particular account in Service request. , implementation_dba_data: APPS.CS_SR_NEW_PRODUCTS_MAINT_V ,
-
PACKAGE BODY: APPS.PAY_PAYRPDTR_XMLP_PKG
12.1.1
-
View: XNC_ORD_IB_PRODUCT_RG_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View Used to display Install Base Details , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PAY_PAYRPFAR_XMLP_PKG
12.2.2
-
View: CS_CUSTOMER_PRODUCTS_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID, product: CS - Service , description: - Retrofitted , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V ,
-
View: CS_SR_NEW_PRODUCTS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase release 11.5.6 and higher . This view is used to get all product information for a particular account in Service request. , implementation_dba_data: APPS.CS_SR_NEW_PRODUCTS_MAINT_V ,
-
View: CS_CUSTOMER_PRODUCTS_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID, product: CS - Service , description: - Retrofitted , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V ,
-
VIEW: APPS.CS_SR_NEW_PRODUCTS_MAINT_V
12.1.1
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID,
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID,
-
VIEW: APPS.CS_SR_NEW_PRODUCTS_MAINT_V
12.2.2
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.1.1
-
View: CS_CUST_PROD_MAINT_V
12.1.1
product: CS - Service , description: New View for Customer Products - Performance , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUST_PROD_MAINT_V
12.2.2
product: CS - Service , description: New View for Customer Products - Performance , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.PAY_PAYRPDTR_XMLP_PKG
12.1.1
-
PACKAGE: APPS.PAY_PAYRPHTS_XMLP_PKG
12.2.2
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.2.2
-
PACKAGE: APPS.PAY_PAYRPHTS_XMLP_PKG
12.1.1
-
View: CS_CP_MAINT_V
12.2.2
product: CS - Service , description: Products in the installed base , implementation_dba_data: Not implemented in this database ,
-
View: CS_CP_MAINT_V
12.1.1
product: CS - Service , description: Products in the installed base , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.PAY_PAYRPFAR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.PAY_PAYRPDTR_XMLP_PKG
12.2.2
-
APPS.HZ_DUP_PVT SQL Statements
12.1.1
-
View: CSI_CUST_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
View: CSI_CUST_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
PACKAGE: APPS.PAY_PAYRPFAR_XMLP_PKG
12.1.1
-
VIEW: APPS.CS_SR_NEW_PRODUCTS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID,
-
APPS.IGS_OR_INST_IMP_003_PKG SQL Statements
12.1.1
-
VIEW: APPS.CS_SR_NEW_PRODUCTS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID,
-
APPS.HZ_DUP_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.XLA_XLAALEXP_XMLP_PKG
12.1.1
-
PACKAGE: APPS.XLA_XLAALEXP_XMLP_PKG
12.2.2
-
APPS.IGS_PE_LANGUAGES_PKG SQL Statements
12.1.1
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID,
-
View: CSI_CP_FORM_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID,
-
APPS.IGS_FI_PRC_REFUNDS SQL Statements
12.1.1
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.1.1
-
APPS.BEN_BENFRSUM_XMLP_PKG SQL Statements
12.2.2
-
View: CSI_CP_FORM_GRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
APPS.BEN_BENFRAUD_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.2.2
-
VIEW: APPS.CSI_CP_FORM_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID,