Search Results kr_yea_prev_er_info
Overview
APPS.PAY_KR_YER_PREV_ER_V is a reporting view in Oracle E-Business Suite (12.1.1 / 12.2.2) that exposes prior-employer year-end earnings information for Korean payroll processing. Its name encodes its purpose: PAY (Payroll), KR (Korea localization), YER (Year-End Reporting), and PREV_ER (Previous Employer). The view is a thin, denormalized projection over the descriptive flexfield-style extra information captured on employee assignments, converting stored character values into typed dates and numbers for downstream reporting.
The view plays a specific role in the Korean Year-End Tax Settlement (YEA) process. Where an employee joins mid-year, earnings and bonuses paid by a prior employer must be declared and aggregated with current-year figures for correct year-end tax adjustment. This view supplies those prior-employer figures — termination date, business partner details, and taxable earnings components — in a form suitable for concurrent programs, BI Publisher reports, and interfaces.
Underlying Base Objects
The view is defined over three documented base objects:
- PER_ASSIGNMENT_EXTRA_INFO (synonym) — the single physical table supplying all rows. Each row is an assignment-level extra information record keyed by ASSIGNMENT_EXTRA_INFO_ID and ASSIGNMENT_ID.
- FND_DATE (package) — used via FND_DATE.CANONICAL_TO_DATE to convert the stored canonical character value in AEI_INFORMATION1 into a true date.
- FND_NUMBER (package) — used via FND_NUMBER.CANONICAL_TO_NUMBER to convert stored canonical character values in AEI_INFORMATION4, 5, and 6 into numeric amounts.
The view is unfiltered except for one predicate: aei.information_type = 'KR_YEA_PREV_ER_INFO'. This isolates the Korean year-end prior-employer extra information type from all other assignment extra information records, so consumers receive only relevant rows. No joins to PER_ASSIGNMENTS or PER_ALL_PEOPLE_F are performed inside the view; those joins are left to the calling query.
Key Columns
- ASSIGNMENT_EXTRA_INFO_ID — primary key of the underlying extra information record.
- ASSIGNMENT_ID — foreign key to the assignment owning the record; the join point to PER_ASSIGNMENTS.
- INFORMATION_TYPE — always 'KR_YEA_PREV_ER_INFO' for rows returned.
- AEI_INFORMATION_CATEGORY — flexfield context/category of the extra information.
- OBJECT_VERSION_NUMBER — optimistic locking version, useful for auditing updates.
- TERMINATION_DATE — derived from AEI_INFORMATION1 via FND_DATE.CANONICAL_TO_DATE; the employee's separation date at the prior employer.
- BP_NAME — from AEI_INFORMATION2; the business partner (prior employer) name. This is the column of interest for the user search on "bp_name".
- BP_NUMBER — from AEI_INFORMATION3; the prior employer's registration/identifier number.
- TAXABLE_EARNINGS_MTH — from AEI_INFORMATION4; monthly taxable earnings.
- TAXABLE_EARNINGS_BON — from AEI_INFORMATION5; taxable bonus earnings.
- SP_IRREG_BONUS — from AEI_INFORMATION6; special/irregular bonus.
- TAXABLE_TOTAL — computed sum of TAXABLE_EARNINGS_MTH + TAXABLE_EARNINGS_BON + SP_IRREG_BONUS.
Common Use Cases and Queries
Typical usage includes feeding Korean year-end tax reports, validating prior-employer declarations, and reconciling total taxable income. A query retrieving prior-employer data for an assignment:
SELECT assignment_id, bp_name, bp_number, termination_date, taxable_total FROM apps.pay_kr_yer_prev_er_v WHERE assignment_id = :p_assignment_id;- Joining to assignments and people for a listing by employee number or name.
- Summarizing taxable totals per business partner for a reporting period.
Note that all numeric and date columns are delivered already converted and typed, so no additional FND_NUMBER / FND_DATE wrapping is required by the consumer.
-
VIEW: APPS.PAY_KR_YER_PREV_ER_V
12.1.1
-
View: PAY_KR_PREV_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_PREV_ER_V, object_name:PAY_KR_PREV_ER_V, status:VALID, product: PAY - Payroll , description: This view returns EIT value of 'KR_YEA_PREV_ER_INFO' based on assignment_id. , implementation_dba_data: APPS.PAY_KR_PREV_ER_V ,
-
VIEW: APPS.PAY_KR_YER_PREV_ER_V
12.2.2
-
VIEW: APPS.PAY_KR_PREV_ER_V
12.2.2
-
VIEW: APPS.PAY_KR_PREV_EMPL_INFO_V
12.1.1
-
VIEW: APPS.PAY_KR_PREV_ER_V
12.1.1
-
VIEW: APPS.PAY_KR_PREV_EMPL_INFO_V
12.2.2
-
View: PAY_KR_PREV_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_PREV_ER_V, object_name:PAY_KR_PREV_ER_V, status:VALID, product: PAY - Payroll , description: This view returns EIT value of 'KR_YEA_PREV_ER_INFO' based on assignment_id. , implementation_dba_data: APPS.PAY_KR_PREV_ER_V ,
-
View: PAY_KR_PREV_EMPL_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_PREV_EMPL_INFO_V, object_name:PAY_KR_PREV_EMPL_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_PREV_EMPL_INFO_V ,
-
View: PAY_KR_YER_PREV_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_YER_PREV_ER_V, object_name:PAY_KR_YER_PREV_ER_V, status:VALID, product: PAY - Payroll , description: This view returns previous employer information from assignment EIT.YEA process does not output previous employer information as database item.Therefore, the system have to get these data from assignment EIT based on assignment_id and termi , implementation_dba_data: APPS.PAY_KR_YER_PREV_ER_V ,
-
View: PAY_KR_PREV_EMPL_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_PREV_EMPL_INFO_V, object_name:PAY_KR_PREV_EMPL_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_PREV_EMPL_INFO_V ,
-
View: PAY_KR_YER_PREV_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_YER_PREV_ER_V, object_name:PAY_KR_YER_PREV_ER_V, status:VALID, product: PAY - Payroll , description: This view returns previous employer information from assignment EIT.YEA process does not output previous employer information as database item.Therefore, the system have to get these data from assignment EIT based on assignment_id and termi , implementation_dba_data: APPS.PAY_KR_YER_PREV_ER_V ,
-
APPS.PAY_KR_YEA_SSHR_UTILS_PKG SQL Statements
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG SQL Statements
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG SQL Statements
12.2.2
-
APPS.PAY_KR_YEA_SSHR_UTILS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG
12.1.1
-
APPS.PAY_KR_PAYKRYRS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_YEA_SSHR_UTILS_PKG
12.1.1
-
PACKAGE: APPS.PAY_KR_YEA_MAGTAPE_PKG
12.1.1
-
APPS.PAY_KR_PAYKRYRS_PKG SQL Statements
12.2.2
-
APPS.PAY_KR_YEA_PKG SQL Statements
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on FND_DATE
12.1.1
-
PACKAGE: APPS.PAY_KR_YEA_MAGTAPE_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_YEA_SSHR_UTILS_PKG
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on FND_DATE
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.1.1
-
APPS.PAY_KR_YEA_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_PAYKRYRS_PKG
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on FND_DATE
12.1.1
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on PAY_KR_YEA_MAGTAPE_PKG
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on PAY_KR_YEA_MAGTAPE_PKG
12.1.1
-
APPS.PAY_KR_YEA_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.1.1
-
APPS.PAY_KR_PAYKRYRS_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.1.1
-
APPS.PAY_KR_PAYKRYRS_PKG dependencies on FND_DATE
12.1.1
-
APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on PER_KR_ASSIGNMENT_YEA_INFO
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_PAYKRYRS_PKG
12.2.2
-
APPS.PAY_KR_PAYKRYRS_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.2.2
-
APPS.PAY_KR_YEA_PKG dependencies on FND_DATE
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_YEA_PKG
12.1.1
-
APPS.PAY_KR_PAYKRYRS_PKG dependencies on FND_DATE
12.2.2
-
APPS.PAY_KR_YEA_PKG dependencies on PER_ASSIGNMENT_EXTRA_INFO
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PAY_MAGTAPE_GENERIC
12.2.2
-
APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on FND_DATE
12.2.2
-
APPS.PAY_KR_YEA_PKG dependencies on FND_DATE
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_YEA_PKG
12.2.2