Search Results hi_organization_id
Overview
PAY_JP_PRE_TAX_OLD is a temporary staging table within the Oracle E-Business Suite Payroll (PAY) module, owned by the HR schema. As documented in the ETRM metadata, this table serves as a temporary repository for Japanese legislative reports. It is not an operational payroll calculation table but rather a transient holding area populated during the execution of Japanese statutory reporting processes, such as withholding tax statements, social insurance filings, and employment insurance declarations required by Japanese regulatory authorities.
From a Data Vault modeling perspective, the metadata suggests this object is best classified as standalone; the heuristic FK analysis identifies no inbound or outbound satellite or link dependencies beyond a single reference to PAY_ASSIGNMENT_ACTIONS. In practice, therefore, PAY_JP_PRE_TAX_OLD behaves like a satellite-like staging entity rather than a true hub or link. Because the data is temporary and regenerated for each reporting run, the table should not be treated as a system of record; it is a working artifact whose lifespan is bounded by the concurrent program or report that populates it.
Key Information Stored
The table contains 44 documented columns. The most significant are summarized below.
- PRE_TAX_ID — Surrogate primary key column; defined by the primary key constraint PAY_JP_PRE_TAX_PK.
- ASSIGNMENT_ACTION_ID — Business-key candidate (unique index PAY_JP_PRE_TAX_U1); the foreign key referencing PAY_ASSIGNMENT_ACTIONS. This links each staging row to a specific payroll assignment action and is the column most often referenced by user searches for "pay_jp_pre_tax_u1."
- ACTION_ID / ACTION_STATUS — Identify the payroll action context and its processing status for the staged record.
- SALARY_CATEGORY — Salary classification used to drive tax treatment.
- TAXABLE_SAL_AMT / TAXABLE_MAT_AMT / PREVIOUS_TAXABLE_AMT — Current-period and prior-period taxable salary and taxable maturity amounts.
- ITAX / ITAX_ADJUSTMENT / PREVIOUS_ITAX — Income tax withheld, adjustments, and the prior-period income tax figure.
- ITAX_ORGANIZATION_ID / ITAX_CATEGORY / ITAX_YEA_CATEGORY — Organization and category context for income tax reporting.
- LTAX / LTAX_LUMPSUM / LTAX_ORGANIZATION_ID / LTAX_DISTRICT_CODE — Local inhabitant tax, lump-sum components, and the municipality/district identifiers.
- HI_ / WP_ / UI_ / WAI_ PREFIXED COLUMNS — Health insurance, welfare pension, unemployment insurance, and workers' accident insurance organization IDs and employee/employer premium amounts (HI_PREM_EE, HI_PREM_ER, WP_PREM_EE, WP_PREM_ER, UI_PREM_EE, WAI_SAL_AMT, and similar).
- SP_LTAX / SP_LTAX_INCOME / SP_LTAX_SHI / SP_LTAX_TO — Spouse-related local tax apportionment fields.
- CI_PREM_EE / CI_PREM_ER / MUTUAL_AID / DISASTER_TAX_REDUCTION — Childcare insurance premiums, mutual aid contributions, and disaster-related tax reduction amounts.
Common Use Cases and Queries
The primary use case is generating Japanese statutory legislative reports. A typical query retrieves all staged tax lines for a payroll action run:
- Joining staging rows to payroll actions:
SELECT p.pre_tax_id, p.assignment_action_id, p.taxable_sal_amt, p.itax FROM hr.pay_jp_pre_tax_old p, pay_assignment_actions paa WHERE p.assignment_action_id = paa.assignment_action_id - Filtering by income tax organization and category to reconcile withholding tax by legal entity.
- Summarizing employee versus employer social insurance premiums (HI_PREM_EE, HI_PREM_ER, WP_PREM_EE, WP_PREM_ER) for monthly remittance reporting.
- Reconciling prior-period figures using PREVIOUS_TAXABLE_AMT and PREVIOUS_ITAX before final submission.
- Diagnostic queries by ASSIGNMENT_ACTION_ID to determine whether a specific action was staged successfully, given the U1 unique index on that column.
Related Objects
Because the table is largely standalone, the object dependency set is narrow. The most significant related objects are:
- PAY_ASSIGNMENT_ACTIONS — Referenced by the ASSIGNMENT_ACTION_ID foreign key; the parent table linking staged rows to payroll processing runs.
- PAY_JP_PRE_TAX — The presumed non-_OLD counterpart that is populated as the adjacent staging table in the same reporting cycle; typically compared with this table when diagnosing versioned or prior-run data.
- PAY_ACTION_INFORMATION — Provides ACTION_ID context for the staged action.
- PAY_PAYROLL_ACTIONS — Parent of assignment actions; used to filter staging data by payroll run.
- HR_ORGANIZATION_UNITS — Suppliers of the various HI_/WP_/UI_/ITAX_ ORG ANIZATION_ID values used in statutory filings.
- PAY_PERSON_PROCESSING — Links assignment actions to persons for employee-level reporting.
Oracle Proprietary, Confidential Information — Legal Notices apply to the underlying object and this summary.
-
Table: PAY_JP_PRE_TAX_OLD
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_JP_PRE_TAX_OLD, object_name:PAY_JP_PRE_TAX_OLD, status:VALID, product: PAY - Payroll , description: This table is a temporary table for Japanese legislative reports. , implementation_dba_data: HR.PAY_JP_PRE_TAX_OLD ,
-
Table: PAY_JP_PRE_TAX_OLD
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_JP_PRE_TAX_OLD, object_name:PAY_JP_PRE_TAX_OLD, status:VALID, product: PAY - Payroll , description: This table is a temporary table for Japanese legislative reports. , implementation_dba_data: HR.PAY_JP_PRE_TAX_OLD ,
-
VIEW: HR.PAY_JP_PRE_TAX_OLD#
12.2.2
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.2.2
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.1.1
-
View: PAY_JP_PRE_TAX
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX, object_name:PAY_JP_PRE_TAX, status:VALID, product: PAY - Payroll , description: This view contains Japanese legislative reports data. , implementation_dba_data: APPS.PAY_JP_PRE_TAX ,
-
VIEW: HR.PAY_JP_PRE_TAX_OLD#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_JP_PRE_TAX_OLD#, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_TAX
12.2.2
-
VIEW: APPS.PAY_JP_PRE_TAX
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX, object_name:PAY_JP_PRE_TAX, status:VALID,
-
View: PAY_JP_PRE_TAX
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX, object_name:PAY_JP_PRE_TAX, status:VALID, product: PAY - Payroll , description: This view contains Japanese legislative reports data. , implementation_dba_data: APPS.PAY_JP_PRE_TAX ,
-
VIEW: APPS.PAY_JP_PRE_TAX
12.1.1
-
VIEW: APPS.PAY_JP_PRE_TAX
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX, object_name:PAY_JP_PRE_TAX, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID,
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PAYBV_JP_PRE_TAX_V, status:VALID,
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PAYBV_JP_PRE_TAX_V, status:VALID,
-
TABLE: HR.PAY_JP_PRE_TAX_OLD
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_JP_PRE_TAX_OLD, object_name:PAY_JP_PRE_TAX_OLD, status:VALID,
-
TABLE: HR.PAY_JP_PRE_TAX_OLD
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_JP_PRE_TAX_OLD, object_name:PAY_JP_PRE_TAX_OLD, status:VALID,
-
View: PAY_JP_PRE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID, product: PAY - Payroll , description: This view is used by PAYJPPTX form and Japanese legislative reports. , implementation_dba_data: APPS.PAY_JP_PRE_TAX_V ,
-
View: PAY_JP_PRE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID, product: PAY - Payroll , description: This view is used by PAYJPPTX form and Japanese legislative reports. , implementation_dba_data: APPS.PAY_JP_PRE_TAX_V ,
-
APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on HR_UTILITY
12.1.1
-
APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on HR_UTILITY
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_GENERIC_UPGRADE_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_GENERIC_UPGRADE_PKG
12.2.2
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,