Search Results pay_jp_ltax_efile_pkg
Overview
The APPS.PAY_JP_LTAX_EFILE_PKG package is a Japanese localisation component within the Oracle E-Business Suite Payroll module. Its name combines the PAY application prefix, the JP (Japan) country indicator, and the "LTAX_EFILE" token, which denotes local tax electronic filing. The package therefore provides the server-side processing foundation for the Japanese local tax (resident tax, or juminzei) electronic filing feature, which produces the statutory declaration media that employers submit to municipal authorities on behalf of their employees. In the Oracle EBS 12.1.1 and 12.2.2 releases the package carries an ETRM API classification of OTHER, indicating that it is an internal, feature-specific utility rather than a public or supported integration API. The single documented entry point, RUN_FORMULA, is consistent with a design in which the greater part of the computation logic is not hard-coded in PL/SQL, but is instead delegated to Oracle FastFormula, allowing localisation-specific tax rules to be maintained and versioned outside the compiled package body.
Key Procedures and Functions
The ETRM metadata documents exactly one callable program unit in the package specification:
- run_formula — The sole declared procedure. Its purpose is to invoke and execute the FastFormula (or set of FastFormulas) associated with Japanese local tax electronic filing. Rather than performing tax calculations directly, the procedure acts as a driving routine that resolves the appropriate formula definition, supplies the required database context, evaluates the formula, and returns or persists the resulting values so that the e-filing output can subsequently be generated. The specification declares the procedure without visible parameters in the published header extract; parameter detail should be confirmed against the installed package specification for the specific patch level in use.
Tables Accessed
The documented table references illustrate how broadly the procedure reaches across the payroll and HR schema to assemble a filing data set:
- FF_FORMULAS_F and FF_FORMULA_TYPES — locate, classify and validate the FastFormula invoked by
RUN_FORMULA. - PAY_PAYROLL_ACTIONS, PAY_ASSIGNMENT_ACTIONS and PAY_ACTION_INFORMATION — identify the payroll action and the assignments processed within it, establishing the population subject to filing.
- PAY_ACTION_INTERLOCKS — coordinate processing order and dependencies among payroll actions.
- PER_ALL_ASSIGNMENTS_F and PER_ALL_PEOPLE_F — supply the employee assignment and personal details required for the declaration.
- PER_JP_ADDRESS_LOOKUPS — resolve Japanese addresses, including municipality, to determine the correct filing destination.
- PAY_JP_SWOT_NUMBERS — retrieve Japanese employer and employee reference numbers used in statutory reporting.
- HR_ALL_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION — obtain the legal employer or organisation unit and its classification data.
- FND_SESSIONS and PLITBLM — provide session context and the PL/SQL table buffer used to stage data within the procedure.
Usage Notes
Because the package is classified as OTHER and reports no dependent packages, it should be treated as an internal building block invoked by the Japanese payroll localisation flow rather than called directly from customer code. The "run_formula" search term aligns it with the FastFormula execution pattern: the procedure is most likely driven from a concurrent program or from the payroll localisation user interface at the point where local tax e-filing data is prepared. Typical invocation is therefore indirect — a concurrent manager request, a payroll action completion step, or an internal package call — which resolves the formula, evaluates it against the selected payroll action, and makes the results available for file generation. Custom implementations should not call RUN_FORMULA without confirming its signature and post-conditions against the installed 12.1.1 or 12.2.2 specification, as the published header is version-stamped to the original 2007 release. Customers requiring local tax e-filing functionality should use the standard Oracle-provided payroll processes and any documented localisation setup rather than invoking this package directly.
-
PACKAGE: APPS.PAY_JP_LTAX_EFILE_PKG
12.2.2
-
PACKAGE: APPS.PAY_JP_LTAX_EFILE_PKG
12.1.1
-
PACKAGE: APPS.PAY_JP_LTAX_EFILE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_LTAX_EFILE_PKG, status:VALID,
-
PACKAGE: APPS.PAY_JP_LTAX_EFILE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_LTAX_EFILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_LTAX_EFILE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_LTAX_EFILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_LTAX_EFILE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_LTAX_EFILE_PKG, status:VALID,
-
SYNONYM: APPS.PER_JP_ADDRESS_LOOKUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_JP_ADDRESS_LOOKUPS, status:VALID,
-
PACKAGE: APPS.PAY_JP_MAG_UTILITY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_MAG_UTILITY_PKG, status:VALID,
-
PACKAGE: APPS.PAY_JP_MAG_UTILITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_JP_MAG_UTILITY_PKG, status:VALID,
-
SYNONYM: APPS.PER_JP_ADDRESS_LOOKUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_JP_ADDRESS_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PAY_JP_SWOT_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_JP_SWOT_NUMBERS, status:VALID,
-
SYNONYM: APPS.PAY_JP_SWOT_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_JP_SWOT_NUMBERS, status:VALID,
-
SYNONYM: APPS.FF_FORMULA_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FF_FORMULA_TYPES, status:VALID,
-
SYNONYM: APPS.FF_FORMULA_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FF_FORMULA_TYPES, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_LTAX_EFILE_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_LTAX_EFILE_PKG
12.2.2
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, status:VALID,
-
APPS.PAY_JP_LTAX_EFILE_PKG dependencies on PAY_JP_LTAX_EFILE_PKG
12.1.1
-
APPS.PAY_JP_LTAX_EFILE_PKG dependencies on PAY_JP_LTAX_EFILE_PKG
12.2.2
-
SYNONYM: APPS.PAY_ACTION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INFORMATION, status:VALID,
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, status:VALID,
-
SYNONYM: APPS.FF_FORMULAS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FF_FORMULAS_F, status:VALID,
-
SYNONYM: APPS.FF_FORMULAS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FF_FORMULAS_F, status:VALID,
-
SYNONYM: APPS.PAY_ACTION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INFORMATION, status:VALID,
-
SYNONYM: APPS.FND_SESSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_SESSIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.FND_SESSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_SESSIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PAY_JP_LTAX_EFILE_PKG dependencies on FF_FORMULAS_F
12.2.2
-
APPS.PAY_JP_LTAX_EFILE_PKG dependencies on FF_FORMULAS_F
12.1.1
-
VIEW: APPS.HR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
VIEW: APPS.HR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
PACKAGE: APPS.FND_NUMBER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_NUMBER, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
PACKAGE: APPS.FND_NUMBER
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_NUMBER, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,