Search Results action_information23
Overview
APPS.PAY_JP_ITAX_OTHER2_V2 is a reporting view in Oracle E-Business Suite (available in both 12.1.1 and 12.2.2) that exposes a filtered, pre-joined representation of Japanese income tax "Other2" action information records. It is defined over the PAY_ACTION_INFORMATION table and restricts results to rows where ACTION_CONTEXT_TYPE equals 'AAP' and ACTION_INFORMATION_CATEGORY equals 'JP_ITAX_OTHER2'. This view is typically used by payroll localization logic, statutory reporting extracts, and integration interfaces that must consume Japanese income tax secondary information without repeatedly applying the same filtering and concatenation rules.
Because the view is owned by APPS and based on a synonym pointing to the underlying payroll table, it functions as a stable abstraction layer. The view also invokes the FND_NUMBER package to convert ACTION_INFORMATION1 into a numeric value, reflecting the convention that this column stores canonical numeric data for downstream calculations.
Underlying Base Objects
The view is defined over two documented base objects:
- PAY_ACTION_INFORMATION (SYNONYM) — the primary source table storing generic action information rows for payroll and payroll-related actions. Each row carries an ACTION_INFORMATION_ID, ACTION_CONTEXT_ID, ACTION_CONTEXT_TYPE, ACTION_INFORMATION_CATEGORY, EFFECTIVE_DATE, ASSIGNMENT_ID, and a set of ACTION_INFORMATION1 through ACTION_INFORMATION30 columns.
- FND_NUMBER (PACKAGE) — used as FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION1), converting the canonical string representation stored in ACTION_INFORMATION1 into a numeric value for reporting and arithmetic use.
The WHERE clause filters the base table to the AAP context type and the JP_ITAX_OTHER2 category, so the view effectively represents a single category of Japanese income tax action information.
Key Columns
The view exposes ROWID along with the standard action information identifiers and descriptive columns. Notable columns include:
- ACTION_INFORMATION_ID / ACTION_CONTEXT_ID / ACTION_CONTEXT_TYPE — the primary key and context identifiers; ACTION_CONTEXT_TYPE is fixed to 'AAP' within this view.
- EFFECTIVE_DATE and ASSIGNMENT_ID — identify when the information applies and to which assignment.
- OBJECT_VERSION_NUMBER — supports optimistic locking and row versioning.
- ACTION_INFORMATION_CATEGORY — fixed to 'JP_ITAX_OTHER2'.
- FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION1) — the numeric conversion of ACTION_INFORMATION1.
- ACTION_INFORMATION23 — exposed as a standalone column.
- Concatenated pairs — several derived columns combine two source columns, including ACTION_INFORMATION15 || ACTION_INFORMATION16, ACTION_INFORMATION25 || ACTION_INFORMATION26, ACTION_INFORMATION19 || ACTION_INFORMATION20, ACTION_INFORMATION21 || ACTION_INFORMATION22, and ACTION_INFORMATION27 || ACTION_INFORMATION28, plus ACTION_INFORMATION29 || ACTION_INFORMATION30.
- Individual ACTION_INFORMATIONn columns — ACTION_INFORMATION2 through ACTION_INFORMATION30 are exposed individually, including action_information21 and action_information22 as discrete columns separate from their concatenated form.
- Audit columns — LAST_UPDATE_LOGIN, LAST_UPDATED_BY, LAST_UPDATE_DATE, CREATED_BY, and CREATION_DATE.
Common Use Cases and Queries
The view is commonly used to extract Japanese income tax secondary data for a given assignment or effective period, and to feed statutory or interface files. Because it pre-filters by category and context type, callers avoid repeating those predicates.
Example query by assignment and effective date:
- SELECT action_information_id, action_context_id, effective_date, assignment_id, action_information_category, fnd_number.canonical_to_number(action_information1) AS numeric_value, action_information21, action_information22 FROM apps.pay_jp_itax_other2_v2 WHERE assignment_id = :p_assignment_id AND effective_date BETWEEN :p_start AND :p_end;
Example query retrieving concatenated pairs:
- SELECT action_information_id, action_information21 || action_information22 AS combined_21_22 FROM apps.pay_jp_itax_other2_v2 WHERE action_context_id = :p_context_id;
Because the view reads from PAY_ACTION_INFORMATION, users should honor the object version number for concurrent updates and treat the concatenated columns as derived presentation fields rather than stored values.
-
VIEW: APPS.PAY_JP_ITAX_OTHER2_V2
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_OTHER2_V2
12.2.2
-
VIEW: APPS.PAY_EMP_DETAILS_ACTION_INFO_V
12.2.2
-
VIEW: HR.PAY_SIMULATION_INFORMATION#
12.2.2
-
VIEW: APPS.PAY_EMP_DETAILS_ACTION_INFO_V
12.1.1
-
View: PAY_EMP_DETAILS_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_DETAILS_ACTION_INFO_V, object_name:PAY_EMP_DETAILS_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_DETAILS_ACTION_INFO_V ,
-
View: PAY_EMP_DETAILS_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_DETAILS_ACTION_INFO_V, object_name:PAY_EMP_DETAILS_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_DETAILS_ACTION_INFO_V ,
-
VIEW: HR.PAY_ACTION_INFORMATION#
12.2.2
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_DML_V
12.1.1
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_ISDF_ENTRY_DML_V
12.1.1
-
VIEW: APPS.PAY_JP_DEF_DEP_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_DEF_EMP_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_DEF_EMP_DML_V
12.1.1
-
VIEW: APPS.PAY_JP_DEF_ENTRY_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_TAX_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_PERSON_V
12.2.2
-
APPS.PAY_AIF_SHD SQL Statements
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_TAX_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_ARCH_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_OTHER_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_OTHER_V2
12.1.1
-
VIEW: APPS.PER_JP_WRKREG_EXTRA_INFO_V
12.2.2
-
VIEW: APPS.PAY_JP_ISDF_ENTRY_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_ITWB_EMP_CUST_V
12.2.2
-
VIEW: APPS.PAY_JP_ISDF_CALC_DCT_DML_V
12.1.1
-
VIEW: APPS.PAY_JP_DEF_DEP_DML_V
12.1.1
-
VIEW: APPS.PAY_JP_WL_EMPLOYEE_DETAILS_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_OTHER_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_PERSON_V
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_ARCH_V
12.2.2
-
VIEW: APPS.PAY_JP_ISDF_CALC_DCT_DML_V
12.2.2
-
VIEW: APPS.PAY_JP_DEF_ENTRY_DML_V
12.1.1
-
APPS.PAY_AIF_SHD SQL Statements
12.1.1
-
VIEW: APPS.PAY_JP_IWHT_EMP_V
12.2.2
-
View: PAY_JP_ITAX_OTHER2_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_OTHER2_V2, object_name:PAY_JP_ITAX_OTHER2_V2, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ITAX_OTHER2_V2 ,
-
View: PAY_JP_ITAX_OTHER2_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_OTHER2_V2, object_name:PAY_JP_ITAX_OTHER2_V2, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ITAX_OTHER2_V2 ,
-
VIEW: APPS.PAY_JP_ITAX_OTHER_V2
12.2.2
-
VIEW: APPS.PAY_JP_WL_EXTRA_INFO_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_PERSON_V2
12.1.1
-
VIEW: APPS.PAY_JP_ITAX_PERSON_V2
12.2.2
-
VIEW: APPS.PAY_JP_ITWB_YEA_DCT_V
12.2.2
-
APPS.PER_MX_SSAFFL_EXTRACT_PKG SQL Statements
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_ARCH_V2
12.2.2
-
VIEW: APPS.PAY_JP_WL_YEA_INFO_V
12.2.2
-
VIEW: APPS.PAY_JP_ITAX_ARCH_V2
12.1.1
-
APPS.PER_MX_SSAFFL_EXTRACT_PKG SQL Statements
12.1.1
-
VIEW: APPS.PAY_EMP_DETAILS_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_DETAILS_ACTION_INFO_V, object_name:PAY_EMP_DETAILS_ACTION_INFO_V, status:VALID,
-
VIEW: HR.PAY_ACTION_INFORMATION#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_ACTION_INFORMATION#, status:VALID,
-
VIEW: HR.PAY_SIMULATION_INFORMATION#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_SIMULATION_INFORMATION#, status:VALID,