Search Results working_period
Overview
APPS.PAY_PAYKRSPL_XMLP_PKG is the generated PL/SQL package body that supports the Oracle Payroll report PAYKRSPL, an XML Publisher (BI Publisher) concurrent program. As an XMLP_PKG package, it is produced automatically by Oracle Reports when a report is converted to the XML Publisher publishing model, and it encapsulates the report's data model logic, formula columns, parameter validation, and formatting routines. The package belongs to the APPS schema and is classified as OTHER, meaning it is not a public or supported application programming interface; it is invoked internally by the report execution framework rather than by external code.
The package is tied to the payroll reporting domain, reading business group, legislation, currency, and payroll period information to format report output. It underpins reports concerned with payroll results and working period information, which is the element most directly associated with the supplied search term.
Key Procedures and Functions
Fifteen documented units are exposed. BEFOREREPORT and AFTERREPORT are the standard report lifecycle entry points; BEFOREREPORT performs initialisation, resetting internal counters and defaults and mapping the p_sort_by parameter to a selection value, while AFTERREPORT performs any closing logic. BETWEENPAGE is the standard inter-page trigger.
- CF_BUSINESS_GROUPFORMULA — derives the business group name for the report header.
- CF_LEGISLATION_CODEFORMULA — retrieves the legislation code associated with the business group.
- CF_CURRENCY_FORMAT_MASKFORMULA / SET_CURRENCY_FORMAT_MASK — resolve and store the currency display format mask, typically based on territory or legislation.
- CF_DATE_FORMAT_MASKFORMULA — resolves the date display format mask used in the report layout.
- CF_PERIOD_NAMEFORMULA — returns the payroll period name for the row being processed.
- CF_FORMAT_WORKING_PERIODFORMUL — formats the working period value for display, which is the function most relevant to the user's search term.
- CF_AVERAGE_SALARYFORMULA and CF_SEPARATION_PAYFORMULA — compute the average salary and separation pay figures presented on the report.
- CF_PAGE_TOTALFORMULA — accumulates and returns the page-level total.
- P_BUSINESS_GROUP_IDVALIDTRIGGE — the parameter validation trigger for the business group identifier.
- CP_UNIT_P... — an additional conversion/calculation unit documented under a truncated name.
Tables Accessed
The package reads from four APPS synonyms. FND_CURRENCIES (and its view FND_CURRENCIES_VL) supplies currency codes, names, and issuing territory codes used to build format masks. HR_ALL_ORGANIZATION_UNITS provides the business group organisation name. HR_ORGANIZATION_INFORMATION supplies the legislation code through the Business Group Information context. PER_TIME_PERIODS provides the payroll time period rows from which working period and period name values are derived. All access is read-only reference data retrieval.
Usage Notes
The package is executed implicitly when the associated XML Publisher concurrent program is run. It is not intended for direct invocation by forms, custom concurrent programs, or client code; no other packages reference it. The p_sort_by parameter drives the BeforeReport mapping, allowing the report to be sorted by cost centre, establishment, or grade. Because the package is regenerated whenever the underlying report definition changes, customisations should not be applied to this body; supported extension points should be used instead.
-
PACKAGE BODY: APPS.PAY_PAYKRSPL_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_PAYKRSPL_XMLP_PKG
12.1.1
-
View: PAY_KR_SEP_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_SLIP_V ,
-
VIEW: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEPL_LIAB_SUMMARY_V, object_name:PAY_KR_SEPL_LIAB_SUMMARY_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEPL_LIAB_SUMMARY_V, object_name:PAY_KR_SEPL_LIAB_SUMMARY_V, status:VALID,
-
View: PAY_KR_SEPL_LIAB_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEPL_LIAB_SUMMARY_V, object_name:PAY_KR_SEPL_LIAB_SUMMARY_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V ,
-
VIEW: APPS.PAY_KR_SEP_LIAB_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_LIAB_DETAIL_V, object_name:PAY_KR_SEP_LIAB_DETAIL_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID,
-
View: PAY_KR_SEP_RESULT_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID, product: PAY - Payroll , description: This view returns Result Value of Separation Pay Slip based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_SLIP_V ,
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID,
-
View: PAY_KR_SEP_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_SLIP_V ,
-
View: PAY_KR_SEP_RESULT_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID, product: PAY - Payroll , description: This view returns Result Value of Separation Pay Slip based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_SLIP_V ,
-
VIEW: APPS.PAY_KR_SEP_LIAB_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_LIAB_DETAIL_V, object_name:PAY_KR_SEP_LIAB_DETAIL_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.2.2
-
View: PAY_KR_SEPL_LIAB_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEPL_LIAB_SUMMARY_V, object_name:PAY_KR_SEPL_LIAB_SUMMARY_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V ,
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID,
-
View: PAY_KR_SEP_LIAB_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_LIAB_DETAIL_V, object_name:PAY_KR_SEP_LIAB_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_LIAB_DETAIL_V ,
-
View: PAY_KR_SEP_LIAB_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_LIAB_DETAIL_V, object_name:PAY_KR_SEP_LIAB_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_LIAB_DETAIL_V ,
-
VIEW: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V
12.2.2
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.2.2
-
View: PAY_KR_SEP_RESULT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID, product: PAY - Payroll , description: This view returns Result of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_V ,
-
PACKAGE: APPS.PAY_PAYKRSPL_XMLP_PKG
12.1.1
-
VIEW: APPS.PAY_KR_SEPL_LIAB_SUMMARY_V
12.1.1
-
View: PAY_KR_SEP_RESULT_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID, product: PAY - Payroll , description: This view returns Result of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_V ,
-
PACKAGE: APPS.PAY_PAYKRSPL_XMLP_PKG
12.2.2
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_LIAB_DETAIL_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_LIAB_DETAIL_V
12.2.2
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.2.2
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,