Search Results pay_run_results_n1
Overview
APPS.PAY_JP_SI_BON_PAYMENT_V is a Japan-localized Oracle E-Business Suite payroll reporting view that consolidates Social Insurance (SI) bonus payment information for employees processed through the Japanese payroll legislation. It joins payroll action, assignment action, run result, and assignment data to surface the bonus amounts subject to social insurance calculation, together with organizational identifiers and employee-level insurance numbers. Because it is a view rather than a table, it materializes no data of its own; instead it derives its content at query time from the underlying payroll and HR tables.
In the context of ETRM documentation for releases 12.1.1 and 12.2.2, the view is exposed for reporting and integration purposes. Users searching on ern_kind typically reach this object while investigating earnings classifications tied to bonus payments, since the view aggregates SI-type bonus amounts keyed by payroll action and assignment action. It provides a stable, denormalized projection suitable for downstream extracts, statutory filings, and reconciliation reports.
Underlying Base Objects
The view is owned by APPS and is defined over the following documented base objects:
- PAY_ASSIGNMENT_ACTIONS (SYNONYM) — supplies assignment_action_id, action_sequence, and effective processing context.
- PAY_PAYROLL_ACTIONS (SYNONYM) — supplies payroll_action_id, effective_date, date_earned, and legislative_parameters.
- PAY_RUN_RESULTS (SYNONYM) and PAY_RUN_RESULT_VALUES (SYNONYM) — supply the run result values that are aggregated into SI-type amounts.
- PAY_ELEMENT_SETS (SYNONYM) and PAY_ELEMENT_TYPES_F (SYNONYM) — identify the bonus element set and element types used to isolate Social Insurance bonus processing.
- PAY_INPUT_VALUES_F (SYNONYM) — resolves input value identifiers for organization, HI number, and WP number.
- PER_ALL_ASSIGNMENTS_F (SYNONYM) — supplies assignment_id and person_id.
- PER_BUSINESS_GROUPS (VIEW) — supplies business_group_id and legislation_code.
- PAY_JP_BALANCE_PKG (PACKAGE) — provides get_entry_value_number and get_entry_value_char to retrieve SI organization, HI number, and WP number values.
- PAY_CORE_UTILS (PACKAGE) — provides get_parameter, used to read the SI_SUM_MTD_BON legislative parameter.
The view’s driving subquery orders and indexes these objects to aggregate SI-type bonus input values by business group and element configuration.
Key Columns
- payroll_action_id — identifies the payroll action under which the bonus was processed.
- assignment_action_id and action_sequence — pinpoint the assignment action and its processing sequence.
- assignment_id and person_id — identify the employee and the assignment.
- business_group_id — the business group owning the payroll data.
- effective_date and date_earned — the processing date and the date the earnings were earned.
- si_sum_mtd_bon — the month-to-date bonus sum parameter retrieved via PAY_CORE_UTILS.get_parameter.
- si_org_id — the Social Insurance organization identifier, resolved through PAY_JP_BALANCE_PKG.get_entry_value_number.
- hi_number and wp_number — the Health Insurance and Welfare Pension numbers, resolved via get_entry_value_char.
- si_type — the aggregated Social Insurance type, derived from organization name codes such as HI_LOCATION, WP_LOCATION, and WPF_LOCATION.
Common Use Cases and Queries
This view is typically used to report SI-classified bonus payments for a given payroll action or employee, and to reconcile the month-to-date bonus figure against organization and insurance identifiers. A representative query follows:
SELECT payroll_action_id, assignment_id, person_id, effective_date, date_earned, si_sum_mtd_bon, si_org_id, hi_number, wp_number, si_type FROM apps.pay_jp_si_bon_payment_v WHERE payroll_action_id = :p_action_id;SELECT person_id, SUM(si_sum_mtd_bon) FROM apps.pay_jp_si_bon_payment_v WHERE business_group_id = :p_bg_id GROUP BY person_id;SELECT assignment_id, si_type, si_org_id FROM apps.pay_jp_si_bon_payment_v WHERE effective_date BETWEEN :p_from AND :p_to;
Because the view relies on packaged functions and legislative parameters, query performance benefits from filtering on payroll_action_id, assignment_id, or business_group_id. Use it in extracts and statutory interfaces rather than for transactional updates.
-
INDEX: HR.PAY_RUN_RESULTS_N1
12.2.2
owner:HR, object_type:INDEX, object_name:PAY_RUN_RESULTS_N1, status:VALID,
-
INDEX: HR.PAY_RUN_RESULTS_N1
12.1.1
owner:HR, object_type:INDEX, object_name:PAY_RUN_RESULTS_N1, status:VALID,
-
VIEW: APPS.PAY_JP_SI_BON_PAYMENT_V
12.2.2
-
VIEW: APPS.PAY_JP_SI_BON_PAYMENT_V
12.1.1
-
APPS.HR_JP_DATA_MIGRATION_PKG SQL Statements
12.1.1
-
APPS.PAY_SA_UPGRADE SQL Statements
12.1.1
-
APPS.PAY_SA_UPGRADE SQL Statements
12.2.2
-
View: PAY_JP_SI_BON_PAYMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_BON_PAYMENT_V, object_name:PAY_JP_SI_BON_PAYMENT_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus Payroll Process based on business_group_id and si_org_id. , implementation_dba_data: APPS.PAY_JP_SI_BON_PAYMENT_V ,
-
VIEW: APPS.PAY_HK_MPF_REMITTANCE_V
12.1.1
-
View: PAY_JP_SI_BON_PAYMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_BON_PAYMENT_V, object_name:PAY_JP_SI_BON_PAYMENT_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus Payroll Process based on business_group_id and si_org_id. , implementation_dba_data: APPS.PAY_JP_SI_BON_PAYMENT_V ,
-
VIEW: APPS.PAY_HK_MPF_REMITTANCE_V
12.2.2
-
TABLE: HR.PAY_RUN_RESULTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULTS, object_name:PAY_RUN_RESULTS, status:VALID,
-
View: PAY_HK_MPF_REMITTANCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_MPF_REMITTANCE_V, object_name:PAY_HK_MPF_REMITTANCE_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_MPF_REMITTANCE_V ,
-
View: PAY_HK_MPF_REMITTANCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_MPF_REMITTANCE_V, object_name:PAY_HK_MPF_REMITTANCE_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_MPF_REMITTANCE_V ,
-
TABLE: HR.PAY_RUN_RESULTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULTS, object_name:PAY_RUN_RESULTS, status:VALID,
-
APPS.HR_JP_DATA_MIGRATION_PKG SQL Statements
12.2.2
-
APPS.PAY_GB_COURT_ORDER_UPGRADE SQL Statements
12.1.1
-
APPS.PAY_GB_COURT_ORDER_UPGRADE SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PAY_SA_UPGRADE
12.1.1
-
PACKAGE BODY: APPS.PAY_SA_UPGRADE
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_BALANCE_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_JP_BALANCE_PKG
12.1.1
-
PACKAGE BODY: APPS.HR_JP_DATA_MIGRATION_PKG
12.1.1
-
APPS.PAY_PURGE_PKG SQL Statements
12.2.2
-
APPS.PAY_PURGE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PAY_GB_COURT_ORDER_UPGRADE
12.1.1
-
PACKAGE BODY: APPS.PAY_GB_COURT_ORDER_UPGRADE
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULTS
12.2.2
-
PACKAGE BODY: APPS.HR_JP_DATA_MIGRATION_PKG
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULTS
12.1.1
-
APPS.PAY_JP_BALANCE_PKG dependencies on PAY_RUN_RESULTS
12.2.2
-
APPS.PAY_JP_BALANCE_PKG dependencies on PAY_RUN_RESULTS
12.1.1
-
APPS.PAY_PURGE_PKG dependencies on PAY_RUN_RESULTS
12.1.1
-
APPS.PAY_PURGE_PKG dependencies on PAY_RUN_RESULTS
12.2.2
-
APPS.PAY_SA_UPGRADE dependencies on PAY_RUN_RESULTS
12.1.1
-
APPS.PAY_SA_UPGRADE dependencies on PAY_RUN_RESULTS
12.2.2
-
APPS.PAY_GB_COURT_ORDER_UPGRADE dependencies on PAY_RUN_RESULTS
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_ELEMENT_TYPES_F
12.1.1
-
APPS.PAY_GB_COURT_ORDER_UPGRADE dependencies on PAY_RUN_RESULTS
12.1.1
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULTS_S
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULTS_S
12.1.1
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_ELEMENT_TYPES_F
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULT_VALUES
12.2.2
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_RUN_RESULT_VALUES
12.1.1
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_INPUT_VALUES_F
12.1.1
-
APPS.HR_JP_DATA_MIGRATION_PKG dependencies on PAY_INPUT_VALUES_F
12.2.2