Search Results first_name_kana
Overview
APPS.PAY_JP_ISDF_EMP_V is a reporting and integration view in the Oracle E-Business Suite Japanese Payroll (Oracle Payroll for Japan) module. It exposes employee-level "action information" records captured in the Japanese ISDF (Income Statement / data filing) context, specifically those stored against the JP_ISDF_EMP information category. The view is a filtered projection of a DML-capable base view, narrowing the result set to a single action context type and category so that downstream reports, interfaces, and extracts operate on a consistent, pre-qualified population of rows.
In EBS 12.1.1 and 12.2.2 the view resides in the APPS schema and forms part of the payroll action-information framework, in which contextual data is stored against an assignment action and keyed by an action information category. Because it carries the Japanese kana name attributes, the view is primarily used where phonetic (furigana/kana) representation of an employee's name is required, such as statutory filings and Japanese-language payslip or report generation.
Underlying Base Objects
The view is defined over a single documented base object:
- PAY_JP_ISDF_EMP_DML_V (VIEW)
PAY_JP_ISDF_EMP_DML_V is a DML-enabled view, meaning it supports insert, update, and delete operations that are propagated to the underlying payroll action-information tables. PAY_JP_ISDF_EMP_V restricts that broader DML view by applying two predicate conditions: ACTION_CONTEXT_TYPE = 'AAP' and ACTION_INFORMATION_CATEGORY = 'JP_ISDF_EMP'. The effect is to present only the ISDF employee records associated with the AAP action context, while hiding all other context/category combinations that the DML view may surface. All columns exposed by PAY_JP_ISDF_EMP_V are inherited directly from PAY_JP_ISDF_EMP_DML_V; the view adds no computed or derived columns of its own.
Key Columns
- ROW_ID – Unique row identifier for the action information record.
- ACTION_INFORMATION_ID – Primary identifier of the underlying action information entry.
- OBJECT_VERSION_NUMBER – Optimistic locking / concurrency control column.
- ASSIGNMENT_ACTION_ID – Links the record to the payroll assignment action that generated it.
- ASSIGNMENT_ID – The assignment (employee–payroll relationship) to which the information applies.
- ACTION_CONTEXT_TYPE – Context discriminator; fixed to 'AAP' in this view.
- ACTION_INFORMATION_CATEGORY – Category discriminator; fixed to 'JP_ISDF_EMP' in this view.
- EFFECTIVE_DATE – Date from which the action information is effective.
- EMPLOYEE_NUMBER – The employee's assigned number.
- LAST_NAME_KANA / FIRST_NAME_KANA – Phonetic (kana) forms of the employee's surname and given name; these are the attributes most commonly searched (e.g., "first_name_kana") for Japanese name matching and filing.
- LAST_NAME / FIRST_NAME – Kanji/character forms of the employee's name.
- POSTAL_CODE / ADDRESS – Employee postal code and address details for ISDF purposes.
- Audit columns – LAST_UPDATE_LOGIN, LAST_UPDATED_BY, LAST_UPDATE_DATE, CREATED_BY, CREATION_DATE.
Common Use Cases and Queries
Typical uses include extracting employee ISDF data for Japanese statutory reporting, validating that kana name fields are populated, and joining to payroll assignment actions for reconciliation. A representative query retrieving kana names is:
- SELECT employee_number, last_name_kana, first_name_kana, last_name, first_name FROM apps.pay_jp_isdf_emp_v WHERE first_name_kana LIKE 'ア%';
- SELECT assignment_id, effective_date, employee_number, postal_code, address FROM apps.pay_jp_isdf_emp_v WHERE assignment_id = :p_assignment_id ORDER BY effective_date;
- SELECT a.assignment_action_id, v.employee_number, v.last_name_kana FROM apps.pay_jp_isdf_emp_v v, apps.pay_assignment_actions a WHERE v.assignment_action_id = a.assignment_action_id AND a.action_status = 'C';
Because the view is read-only in intent for reporting (filtering applied over a DML view), it is best used for extraction and validation; any maintenance of the underlying ISDF employee action information should be performed through the supported payroll action-information APIs or the DML view itself. As always, queries should be schema-qualified and executed under an account with appropriate APPS read privileges.
-
VIEW: APPS.PAY_JP_ISDF_EMP_V
12.1.1
-
VIEW: APPS.PAY_JP_ISDF_EMP_V
12.2.2
-
View: PAY_JP_DEF_DEP_OS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_V, object_name:PAY_JP_DEF_DEP_OS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_OS_V ,
-
View: PAY_JP_ISDF_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_V, object_name:PAY_JP_ISDF_EMP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ISDF_EMP_V ,
-
VIEW: APPS.PAY_JP_DEF_EMP_V
12.1.1
-
View: PAY_JP_DEF_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_V, object_name:PAY_JP_DEF_EMP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_EMP_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_V
12.1.1
-
View: PAY_JP_DEF_DEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_V, object_name:PAY_JP_DEF_DEP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_V
12.2.2
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_V
12.1.1
-
View: PAY_JP_DEF_DEP_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_V, object_name:PAY_JP_DEF_DEP_OE_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_OE_V ,
-
View: PAY_JP_DEF_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_V, object_name:PAY_JP_DEF_EMP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_EMP_V ,
-
View: PAY_JP_DEF_DEP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_V, object_name:PAY_JP_DEF_DEP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_V ,
-
View: PAY_JP_ISDF_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_V, object_name:PAY_JP_ISDF_EMP_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ISDF_EMP_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_V
12.1.1
-
VIEW: APPS.PAY_JP_ISDF_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_V, object_name:PAY_JP_ISDF_EMP_V, status:VALID,
-
View: PAY_JP_DEF_DEP_OS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_V, object_name:PAY_JP_DEF_DEP_OS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_OS_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_V
12.2.2
-
View: PAY_JP_DEF_DEP_OE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_V, object_name:PAY_JP_DEF_DEP_OE_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_OE_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_V
12.2.2
-
VIEW: APPS.PAY_JP_DEF_EMP_V
12.2.2
-
VIEW: APPS.PAY_JP_ISDF_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_V, object_name:PAY_JP_ISDF_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_DML_V, object_name:PAY_JP_DEF_DEP_OS_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_DML_V, object_name:PAY_JP_DEF_DEP_OE_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_DML_V, object_name:PAY_JP_DEF_DEP_OE_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_EMP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_DML_V, object_name:PAY_JP_DEF_EMP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_V, object_name:PAY_JP_DEF_DEP_OE_V, status:VALID,
-
VIEW: APPS.PAY_JP_ISDF_EMP_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_DML_V, object_name:PAY_JP_ISDF_EMP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_ISDF_EMP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_DML_V, object_name:PAY_JP_ISDF_EMP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_DML_V, object_name:PAY_JP_DEF_DEP_OS_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_V, object_name:PAY_JP_DEF_DEP_OS_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_V, object_name:PAY_JP_DEF_DEP_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_DML_V, object_name:PAY_JP_DEF_DEP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_V, object_name:PAY_JP_DEF_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_UITE_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_UITE_EMP_V, object_name:PAY_JP_UITE_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_ITWB_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITWB_EMP_V, object_name:PAY_JP_ITWB_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_EMP_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_DML_V, object_name:PAY_JP_DEF_EMP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_DML_V, object_name:PAY_JP_DEF_DEP_DML_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_EMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_V, object_name:PAY_JP_DEF_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_V, object_name:PAY_JP_DEF_DEP_V, status:VALID,
-
View: PAY_JP_ISDF_EMP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_DML_V, object_name:PAY_JP_ISDF_EMP_DML_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ISDF_EMP_DML_V ,
-
View: PAY_JP_ISDF_EMP_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ISDF_EMP_DML_V, object_name:PAY_JP_ISDF_EMP_DML_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_ISDF_EMP_DML_V ,
-
VIEW: APPS.PAY_JP_DEF_DEP_OS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OS_V, object_name:PAY_JP_DEF_DEP_OS_V, status:VALID,
-
APPS.PAY_JP_ITAX_REPORT_PKG SQL Statements
12.2.2
-
VIEW: APPS.PAY_JP_IWHT_EMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_IWHT_EMP_V, object_name:PAY_JP_IWHT_EMP_V, status:VALID,
-
VIEW: APPS.PAY_JP_DEF_DEP_OE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_V, object_name:PAY_JP_DEF_DEP_OE_V, status:VALID,
-
APPS.PAY_JP_ITAX_REPORT_PKG SQL Statements
12.1.1
-
View: PAY_JP_DEF_DEP_OE_DML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_OE_DML_V, object_name:PAY_JP_DEF_DEP_OE_DML_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_OE_DML_V ,
-
View: PAY_JP_DEF_EMP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_EMP_DML_V, object_name:PAY_JP_DEF_EMP_DML_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_EMP_DML_V ,
-
View: PAY_JP_DEF_DEP_DML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_DEF_DEP_DML_V, object_name:PAY_JP_DEF_DEP_DML_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_DEF_DEP_DML_V ,