Search Results pay_jp_pre_itax_v1
Overview
PAY_JP_PRE_ITAX_V1 is a read-only database view owned by the APPS schema in Oracle E-Business Suite, defined within the PAY (Payroll) product family. It exists specifically to support Japanese statutory payroll reporting, serving as the underlying data source for the concurrent programs PAYJPITT (Income Tax), PAYJPITW, and PAYJPPRS, as well as for associated value sets used within those report parameters. The view consolidates pre-tax declaration data captured against completed payroll and assignment actions, exposing organization-level, salary-category, and income-tax-category attributes required by Japanese tax reporting regulations.
The view operates over action information records associated with the JP_PRE_TAX_1 information category — the Japanese pre-tax declaration DFF context — and restricts output to assignment actions in a completed ('C') status linked to payroll actions of type 'R', 'Q', 'B', or 'I' (Regular, QuickPay, Bonus, and Immediate). Because it is derived entirely from transactional payroll action data rather than configuration tables, the view is refreshed implicitly as payroll runs are completed and their action information is populated.
Underlying Base Objects
The view is defined over four documented base objects:
- PAY_PAYROLL_ACTIONS — supplies PAYROLL_ACTION_ID, BUSINESS_GROUP_ID, ACTION_TYPE, and EFFECTIVE_DATE; drives the restriction on action types.
- PAY_ASSIGNMENT_ACTIONS — the primary linkage between assignments and payroll actions; filters ACTION_STATUS = 'C' and provides ASSIGNMENT_ID, ASSIGNMENT_ACTION_ID, and ACTION_SEQUENCE.
- PAY_ACTION_INFORMATION — the descriptive flexfield store, filtered on ACTION_INFORMATION_CATEGORY = 'JP_PRE_TAX_1' and ACTION_CONTEXT_TYPE = 'AAP', providing the tax organization, salary category, and income tax category attributes.
- FND_NUMBER (Package) — used via CANONICAL_TO_NUMBER to convert the character-form ACTION_INFORMATION1 value into a numeric assignment action identifier for joining to PAY_ASSIGNMENT_ACTIONS.
PAY_ACTION_INTERLOCKS is also documented as a referenced object, typically involved in interlock processing logic associated with action sequencing. The join chain requires matching BUSINESS_GROUP_ID, PAYROLL_ACTION_ID, and effective-date contexts between the three payroll tables.
Key Columns
- BUSINESS_GROUP_ID — the enterprise business group, essential for multi-organization segregation.
- ITAX_ORGANIZATION_ID — derived from ACTION_INFORMATION21; identifies the tax-reporting organization.
- EFFECTIVE_DATE / DATE_EARNED — the payroll action effective date and the date the earnings were earned; used for reporting period determination.
- ASSIGNMENT_ID / ASSIGNMENT_ACTION_ID / ACTION_SEQUENCE — identifiers linking the record to the person's assignment and the specific action instance.
- SALARY_CATEGORY — from ACTION_INFORMATION13; restricts to values such as SALARY, BONUS, SP_BONUS, TERM, YEA, or RE_YEA.
- ITAX_CATEGORY — from ACTION_INFORMATION22; values include M_KOU, M_OTSU, D_KOU, D_OTSU, and D_HEI, reflecting Japanese income tax withholding categories.
- ITAX_YEA_CATEGORY — from ACTION_INFORMATION23; classifies year-end adjustment (YEA) treatment.
Common Use Cases and Queries
The primary use case is feeding statutory Japanese income tax reports. The view's built-in NOT EXISTS filter prevents a year-end adjustment assignment action from appearing alongside ordinary payroll actions for the same assignment and tax organization within the same calendar year, ensuring clean report output.
A typical query retrieves tax declaration rows for a period and organization:
SELECT assignment_id, itax_organization_id, salary_category, itax_category, itax_yea_category, effective_date FROM pay_jp_pre_itax_v1 WHERE business_group_id = :p_bg_id AND itax_organization_id = :p_org_id AND effective_date BETWEEN :p_start AND :p_end;
Analysts also use it to reconcile which assignments contributed to a tax filing, or to validate that YEA and RE_YEA rows were captured correctly. Because it exposes only completed actions with valid JP_PRE_TAX_1 DFF data, it is a reliable validation source before and after running PAYJPITT, PAYJPITW, and PAYJPPRS.
-
View: PAY_JP_PRE_ITAX_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of PAYJPITT, PAYJPITW and PAYJPPRS and valueset. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V1 ,
-
View: PAY_JP_PRE_ITAX_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of PAYJPITT, PAYJPITW and PAYJPPRS and valueset. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V1 ,
-
SYNONYM: PUBLIC.PAY_JP_PRE_ITAX_V1
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_JP_PRE_ITAX_V1, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_ITAX_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_REPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_JP_REPORT_PKG, status:VALID,
-
VIEW: APPS.PAY_JP_PRE_ITAX_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, 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_PRE_ITAX_V2
12.2.2
-
VIEW: APPS.PAY_JP_PRE_ITAX_V2
12.1.1
-
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 ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
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.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 ,
-
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 ,
-
SYNONYM: APPS.PAY_ACTION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INFORMATION, status:VALID,
-
APPS.PAY_JP_REPORT_PKG dependencies on PAY_JP_PRE_ITAX_V1
12.2.2
-
APPS.PAY_JP_REPORT_PKG dependencies on PAY_JP_PRE_ITAX_V1
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PAY_ACTION_INTERLOCKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INTERLOCKS, status:VALID,
-
APPS.PAY_JP_REPORT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PAY_ACTION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ACTION_INFORMATION, status:VALID,
-
APPS.PAY_JP_REPORT_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
PACKAGE: APPS.FND_NUMBER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_NUMBER, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
PACKAGE: APPS.FND_NUMBER
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_NUMBER, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.2.2
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,