Search Results si_prem
Overview
APPS.PAY_JP_WIC_ASSACTS_V2 is an Oracle E-Business Suite internal view owned by the APPS schema and registered in the application design data under the FND Design Data reference PAY.PAY_JP_WIC_ASSACTS_V2. It belongs to the Japanese payroll localization layer of Oracle Payroll and presents assignment-level payroll action tax and social insurance results for Workers' Insurance Compensation (WIC / 労災) processing. The view exposes accumulated assessment figures derived from payroll action processing, including taxable amounts, social insurance premiums, mutual aid contributions, income tax, income tax adjustments, disaster tax reductions, and ITAX categorization attributes.
The view is explicitly flagged "Oracle Internal Use Only." Oracle Corporation does not support direct access to applications data through this object except from standard Oracle Applications programs. This restriction matters for support and certification purposes: it is not a customer-facing reporting interface, though it is commonly mined for diagnostic and reconciliation queries. The "V2" suffix indicates a revised generation of the view, layered over an earlier V1 definition.
The user search term "si_prem" maps directly to the SI_PREM column in this view, which carries the social insurance premium amount computed for the assignment action. This is the principal driver for querying the view in a Japanese payroll context.
Underlying Base Objects
According to the documented dependency metadata, the view references the following objects:
- APPS.PAY_JP_WIC_ASSACTS_V1 (VIEW) — the immediate underlying view from which the V2 definition selects. This is the principal data source.
- FND_DATE (PACKAGE) — Oracle Application Object Library date utilities, used for date conversion or formatting within the view definition.
- FND_NUMBER (PACKAGE) — Oracle Application Object Library numeric utilities, used for numeric conversion and formatting.
Objects that reference PAY_JP_WIC_ASSACTS_V2 in turn are APPS.PAY_JP_WIC_ASSACTS_V (VIEW) and APPS.PAY_JP_WIC_PKG (PL/SQL package). The package dependency confirms that the view participates in the official Japanese WIC payload, and that any structural change to the view can invalidate the package.
Key Columns
The view exposes 26 columns. The most significant for Japanese payroll analysis are:
- SI_PREM (NUMBER) — social insurance premium amount associated with the assignment action. Primary target of the "si_prem" search.
- TAXABLE_AMT (NUMBER) — taxable base amount used in the income tax computation.
- ITAX (NUMBER) and ITAX_ADJUSTMENT (NUMBER) — computed income tax and any subsequent adjustment (for example year-end or retroactive correction).
- MUTUAL_AID (NUMBER) — employee mutual aid contribution.
- DISASTER_TAX_REDUCTION (NUMBER) — special reduction applied for disaster-affected employees.
- ITAX_ORGANIZATION_ID, ITAX_CATEGORY, ITAX_YEA_CATEGORY, SALARY_CATEGORY, EMPLOYMENT_CATEGORY, LEGISLATIVE_PARAMETERS — classification and parameterization attributes driving the tax and insurance rules.
- ASSIGNMENT_ACTION_ID, ASSIGNMENT_ID, ACTION_SEQUENCE, PAYROLL_ACTION_ID, PAYROLL_ID, BUSINESS_GROUP_ID, PERSON_ID, PERIOD_OF_SERVICE_ID — the standard Payroll keying structure linking the row back to the assignment action and the payroll run.
- EFFECTIVE_DATE, DATE_EARNED, DATE_START, ACTUAL_TERMINATION_DATE, LEAVING_REASON — effective-dating and termination context used in period-of-service logic.
Common Use Cases and Queries
Typical use is reconciliation and analysis of Japanese WIC assessment results for a person or assignment action. A straightforward query filtering on the SI_PREM attribution is shown below. Because the view is unsupported for direct access, such queries should be treated as read-only diagnostics rather than a supported interface.
SELECT assignment_action_id, assignment_id, person_id, effective_date, taxable_amt, si_prem, mutual_aid, itax, itax_adjustment, disaster_tax_reduction FROM apps.pay_jp_wic_assacts_v2 WHERE si_prem IS NOT NULL AND business_group_id = :p_bg_id ORDER BY person_id, effective_date;
Additional scenarios include: (1) reconciling totals between SI_PREM and TA taxable amounts for a payroll period; (2) identifying rows where ITAX_ADJUSTMENT is non-zero to trace retroactive corrections; and (3) verifying the effects of DISASTER_TAX_REDUCTION on final liability. All queries should join to standard payroll views for person and assignment detail rather than relying on the internal identifiers alone.
In summary, PAY_JP_WIC_ASSACTS_V2 is an internal-only Japanese payroll view over PAY_JP_WIC_ASSACTS_V1 that surfaces social insurance premiums (SI_PREM) and associated income tax attributes, and should be referenced only within Oracle-supported program flow.
-
VIEW: APPS.PAY_JP_WIC_ASSACTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V2, object_name:PAY_JP_WIC_ASSACTS_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_ITWB_PJOB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITWB_PJOB_V, object_name:PAY_JP_ITWB_PJOB_V, status:VALID,
-
VIEW: APPS.PAY_JP_WIC_ASSACTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V1, object_name:PAY_JP_WIC_ASSACTS_V1, status:VALID,
-
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,
-
VIEW: APPS.PAY_JP_WL_YEA_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WL_YEA_INFO_V, object_name:PAY_JP_WL_YEA_INFO_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_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,
-
VIEW: APPS.PAY_JP_WIC_ASSACTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V2, object_name:PAY_JP_WIC_ASSACTS_V2, status:VALID,
-
VIEW: APPS.PAY_JP_WIC_ASSACTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V1, object_name:PAY_JP_WIC_ASSACTS_V1, status:VALID,
-
APPS.PAY_JP_WIC_PKG SQL Statements
12.1.1
-
View: PAY_JP_ITWB_PJOB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITWB_PJOB_V, object_name:PAY_JP_ITWB_PJOB_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ITWB_PJOB_V ,
-
View: PAY_JP_WL_YEA_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WL_YEA_INFO_V, object_name:PAY_JP_WL_YEA_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_JP_WL_YEA_INFO_V ,
-
APPS.PAY_JP_WIC_PKG SQL Statements
12.2.2
-
View: PAY_JP_WIC_ASSACTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V2, object_name:PAY_JP_WIC_ASSACTS_V2, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_WIC_ASSACTS_V2 ,
-
View: PAY_JP_WIC_ASSACTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V2, object_name:PAY_JP_WIC_ASSACTS_V2, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_WIC_ASSACTS_V2 ,
-
View: PAY_JP_WIC_ASSACTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V1, object_name:PAY_JP_WIC_ASSACTS_V1, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_WIC_ASSACTS_V1 ,
-
View: PAY_JP_WIC_ASSACTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WIC_ASSACTS_V1, object_name:PAY_JP_WIC_ASSACTS_V1, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_WIC_ASSACTS_V1 ,
-
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 ,
-
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 ,
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_WITHHELD_V
12.2.2
-
APPS.PAY_JP_REPORT_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.PAY_JP_WIC_PKG
12.1.1
-
APPS.PAY_JP_REPORT_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.PAY_JP_WIC_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_WIC_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_WIC_PKG
12.2.2
-
APPS.PAY_JP_ITWB_REPORT_PKG SQL Statements
12.2.2
-
APPS.PAY_JP_REPORT_PKG dependencies on PAY_ELEMENT_ENTRY_VALUES_F
12.2.2
-
APPS.PAY_JP_REPORT_PKG dependencies on PAY_ELEMENT_ENTRY_VALUES_F
12.1.1
-
APPS.PAY_JP_WIC_PKG dependencies on FND_NUMBER
12.1.1
-
APPS.PAY_JP_WIC_PKG dependencies on FND_NUMBER
12.2.2
-
APPS.PAY_JP_ITWB_DML_PKG dependencies on PAY_JP_ITWB_PJOB_V
12.2.2
-
APPS.PAY_JP_ITWB_REPORT_PKG dependencies on PAY_JP_ITWB_PJOB_V
12.2.2
-
APPS.PAY_JP_WIC_PKG dependencies on FND_DATE
12.1.1
-
APPS.PAY_JP_WIC_PKG dependencies on FND_DATE
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_REPORT_PKG
12.2.2
-
APPS.PAY_JP_ITWB_ARCHIVE_PKG SQL Statements
12.2.2
-
APPS.PAY_JP_ITWB_DML_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_ITWB_ARCHIVE_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_DATA_MIGRATION_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_JP_DATA_MIGRATION_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_ITWB_DML_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_ITWB_REPORT_PKG
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. ,