Search Results pay_jp_pre_tax
Overview
PAY_JP_PRE_TAX is a read-only database view owned by the APPS schema in Oracle E-Business Suite. It is registered under the PAY (Payroll) product and carries a VALID status in the ETRM repository for releases 12.1.1 and 12.2.2. As its description states, the view contains Japanese legislative reports data, meaning it exposes the pre-tax and social insurance figures required by Japanese statutory reporting obligations — most notably the annual withholding tax statement (Gensen Choshu-hyo), the resident tax report, and social/labour insurance premium declarations.
Rather than storing data itself, the view projects and reformats values already captured by the Japanese payroll processes into action information records. It is therefore a reporting and integration object: it gives consumers a denormalised, column-labelled representation of the insurance and tax attributes that would otherwise appear as opaque, positionally-numbered segments. Because the values are decoded and renamed, the view is well suited to custom reports, extracts, and downstream interfaces that must not depend on the raw segment layout of the underlying storage.
Underlying Base Objects
The view is defined over two documented referenced objects:
- PAY_ACTION_INFORMATION (SYNONYM) — the payroll action information store. The view text joins this object to itself, aliased PAI and PAI1, to bring together the current-period pre-tax row and its related previous-period row (used for the prior taxable amount). The ordered hint, the nested-loops join, and the reference to index PAY_ACTION_INFORMATION_N3 show that both scans are index-driven on the action information key.
- FND_NUMBER (PACKAGE) — the EBS number conversion API. Every monetary and identifier value in the view is passed through FND_NUMBER.CANONICAL_TO_NUMBER, which converts the canonical (character) representation held in the action information columns into native numeric values.
Internally the view pins ACTION_ID to the literal 1 and ACTION_STATUS to 'C' (completed), fixes the row source identity via PAI.ROWID and the PRE_TAX_ID alias for ACTION_INFORMATION_ID, and derives ASSIGNMENT_ACTION_ID from ACTION_INFORMATION1 while retaining the raw value in ASSIGNMENT_ACTION_ID_PERF for performance/traceability. This design reveals that PAY_JP_PRE_TAX is a shaping layer over the Japanese pre-tax business process rather than an independent entity.
Key Columns
- PRE_TAX_ID / ROWID — surrogate row identity from ACTION_INFORMATION_ID.
- ASSIGNMENT_ACTION_ID — numeric assignment action identifier; the paired _PERF column retains the unconverted value.
- SALARY_CATEGORY — salary classification (from ACTION_INFORMATION13), distinguishing taxable salary groupings.
- TAXABLE_SAL_AMT / TAXABLE_MAT_AMT / PREVIOUS_TAXABLE_AMT — current taxable salary, taxable material/monetary amounts, and the prior-period taxable total used for tax computation.
- HI_PREM_EE / HI_PREM_ER — health insurance premium, employee and employer portions, with HI_ORGANIZATION_ID identifying the insurer.
- WP_PREM_EE / WP_PREM_ER — workers' compensation (labour) insurance premiums, employee and employer, plus WP_ORGANIZATION_ID.
- WPF_PREM_EE / WPF_PREM_ER — welfare pension fund premiums, employee and employer, with WPF_ORGANIZATION_ID.
- UI_PREM_EE / UI_SAL_AMT / UI_CATEGORY — unemployment insurance employee premium, insured salary base, and category, with UI_ORGANIZATION_ID.
- WAI_SAL_AMT / WAI_CATEGORY / WAI_ORGANIZATION_ID — wage-related insurance salary base and classification.
- ITAX_ORGANIZATION_ID / ITAX_CATEGORY / ITAX_YEA… — income tax organisation, category, and year attributes feeding the withholding tax report.
Common Use Cases and Queries
Typical consumers include custom Japanese statutory extracts, payroll reconciliation reports, and integration programs that push pre-tax and insurance values into a data warehouse or tax-filing file. A simple inspection query is:
SELECT pre_tax_id, assignment_action_id, salary_category, taxable_sal_amt, taxable_mat_amt FROM apps.pay_jp_pre_tax WHERE salary_category = :p_category;SELECT assignment_action_id, hi_prem_ee, hi_prem_er, wp_prem_ee, wp_prem_er, wpf_prem_ee, wpf_prem_er FROM apps.pay_jp_pre_tax ORDER BY assignment_action_id;SELECT assignment_action_id, ui_sal_amt, ui_prem_ee, itax_organization_id, itax_category FROM apps.pay_jp_pre_tax WHERE itax_category IS NOT NULL;
Because the view restricts results to action id 1 with a completed status and resolves all amounts through FND_NUMBER, queries can join directly to PAY_ASSIGNMENT_ACTIONS or PAY_PAYROLL_ACTIONS on ASSIGNMENT_ACTION_ID without further decoding. Note that the view exposes current and previous taxable totals but no period key, so period filtering is normally applied through the joined payroll action tables.
-
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: 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 ,
-
Table: PAY_JP_PRE_TAX
12.1.1
product: PAY - Payroll , description: This table is a temporary table for Japanese legislative reports. , implementation_dba_data: Not implemented in this database ,
-
Table: PAY_JP_PRE_TAX
12.2.2
product: PAY - Payroll , description: This table is a temporary table for Japanese legislative reports. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V
12.1.1
-
VIEW: APPS.PAYBV_JP_PRE_TAX_V
12.1.1
-
View: PAY_JP_PRE_ITAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese Tax Entry form.This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V ,
-
View: PAY_JP_PRE_ITAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese Tax Entry form.This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V ,
-
VIEW: APPS.PAY_JP_LABOR_INS_V
12.2.2
-
VIEW: APPS.PAY_JP_LABOR_INS_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.2.2
-
View: PAY_JP_ITAX_WITHHELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,
-
View: PAY_JP_ITAX_WITHHELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,
-
PACKAGE BODY: APPS.PAY_PAYJPITT_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYJPITT_XMLP_PKG, status:VALID,
-
VIEW: APPS.PAY_JP_LABOR_INS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_LABOR_INS_V, object_name:PAY_JP_LABOR_INS_V, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_SPR_EFILE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_SPR_EFILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_PAYJPITT_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYJPITT_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_PAYJPWTM_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYJPWTM_XMLP_PKG, status:VALID,
-
APPS.PAY_JP_IWHT_ARCH_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_IWHT_ARCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_IWHT_ARCH_PKG, status:VALID,
-
View: PAY_JP_LABOR_INS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_LABOR_INS_V, object_name:PAY_JP_LABOR_INS_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of KAKUTEI HOKEN RYO SANTEI KISO CHINGIN SYUKEI HYO(PAYJPFLI). , implementation_dba_data: APPS.PAY_JP_LABOR_INS_V ,
-
View: PAY_JP_LABOR_INS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_LABOR_INS_V, object_name:PAY_JP_LABOR_INS_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of KAKUTEI HOKEN RYO SANTEI KISO CHINGIN SYUKEI HYO(PAYJPFLI). , implementation_dba_data: APPS.PAY_JP_LABOR_INS_V ,
-
VIEW: APPS.PAY_JP_LABOR_INS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_LABOR_INS_V, object_name:PAY_JP_LABOR_INS_V, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_ITAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_TAX_V
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_ITAX_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V2, object_name:PAY_JP_PRE_ITAX_V2, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_ITAX_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V2, object_name:PAY_JP_PRE_ITAX_V2, status:VALID,
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID,
-
APPS.PAY_PAYJPITT_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID,
-
APPS.PAY_PAYJPITT_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V2
12.1.1
-
APPS.PAY_JP_GENERIC_UPGRADE_PKG SQL Statements
12.1.1
-
APPS.PAY_JP_GENERIC_UPGRADE_PKG SQL Statements
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V2
12.2.2
-
PACKAGE: APPS.PAY_JP_CUSTOM_PKG
12.1.1
-
PACKAGE: APPS.PAY_JP_CUSTOM_PKG
12.2.2
-
VIEW: APPS.PAY_JP_PRE_TAX_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
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: PAY_JP_PRE_ITAX_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V2, object_name:PAY_JP_PRE_ITAX_V2, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of yeary earnig report(PAYJPITT). , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V2 ,
-
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: 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: PAY_JP_PRE_ITAX_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V2, object_name:PAY_JP_PRE_ITAX_V2, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of yeary earnig report(PAYJPITT). , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V2 ,