Search Results h_date
Overview
APPS.PAY_KR_SEP_HISTORY_V is a Korean localization view within Oracle E-Business Suite Payroll that consolidates separation history information for employees processed through the Korean severance (SEP) payroll run types. The view exposes the results of separation-related payroll actions, including the underlying severance date attributes that drive Korean statutory severance calculations. It is primarily consumed by Oracle Payroll reporting, statutory reporting forms, and downstream data extraction routines that require a denormalized, person-and-assignment-oriented projection of separation events. Because it joins multiple payroll action layers (payroll actions, assignment actions, and assignments) with person records, it permits reporting tools to present one row per separation-related assignment action with fully resolved descriptive attributes.
Underlying Base Objects
The view is defined over several base objects: the synonyms PAY_PAYROLL_ACTIONS, PAY_ASSIGNMENT_ACTIONS, PAY_RUN_TYPES_F, and PAY_ACTION_INTERLOCKS; the views PER_PEOPLE_F and PER_ASSIGNMENTS_F for person and assignment data; and the packages PAY_ASSIGNMENT_ACTIONS_PKG, PAY_KR_REPORT_PKG, PAY_KR_SEP_FORM_PKG, HR_GENERAL, HR_PAYROLLS, HR_PERSON_NAME, and HR_SECURITY, which supply derivation logic and security enforcement. The primary join links PAY_PAYROLL_ACTIONS to PAY_ASSIGNMENT_ACTIONS on PAYROLL_ACTION_ID, with person and assignment context provided by PER_PEOPLE_F and PER_ASSIGNMENTS_F. The view filters to separation-relevant action types only, requiring that the run type name match the 'SEP%' pattern, or that action type 'X' interlock conditions be satisfied. This restricts output to genuine severance run events rather than the full spectrum of payroll actions.
Key Columns
- BUSINESS_GROUP_ID, LEGISLATION_CODE – Organizational and legislation identifiers derived via PAY_KR_REPORT_PKG.LEGISLATION_CODE.
- PERSON_ID, FULL_NAME, EMPLOYEE_NUMBER, NATIONAL_IDENTIFIER – Core employee identification attributes from PER_PEOPLE_F.
- ASSIGNMENT_ID, ASSIGNMENT_NUMBER – Assignment context from PER_ASSIGNMENTS_F.
- ASSIGNMENT_ACTION_ID, SOURCE_ACTION_ID – Action identifiers, with SOURCE_ACTION_ID decoded from ACTION_TYPE logic to point to the originating action.
- RUN_TYPE_ID, RUN_TYPE_NAME – Run type details resolved through PAY_KR_SEP_FORM_PKG.GET_RUN_TYPE_NAME.
- EFFECTIVE_DATE, DATE_EARNED, PERIOD_NAME – Payroll action timing and payroll period description.
- H_DATE and L_DATE – Severance-related dates returned by PAY_KR_REPORT_PKG.GET_RESULT_VALUE_DATE for result value 'WKPD'. H_DATE is the value referenced by the documented "h_date" search term; it represents the primary severance history date used in Korean separation processing.
Common Use Cases and Queries
Typical usage includes extracting separation history for a business group, reporting severance dates for terminated employees, and validating that separation actions resolved to correct run types. The following query retrieves separation history including H_DATE:
- SELECT person_id, full_name, employee_number, run_type_name, effective_date, h_date, l_date FROM apps.pay_kr_sep_history_v WHERE business_group_id = :p_bg AND effective_date BETWEEN :p_start AND :p_end;
- Filtering by assignment_action_id to retrieve a single separation event’s attributes.
- Joining to payroll result tables to reconcile H_DATE against stored severance period values.
-
VIEW: APPS.PAY_KR_SEP_HISTORY_V
12.2.2
-
View: PAY_KR_SEP_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_HISTORY_V, object_name:PAY_KR_SEP_HISTORY_V, status:VALID, product: PAY - Payroll , description: This view returns Separation Pay Process history based on assignment_id. , implementation_dba_data: APPS.PAY_KR_SEP_HISTORY_V ,
-
VIEW: APPS.PAY_KR_SEP_HISTORY_V
12.1.1
-
View: PAY_KR_SEP_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_HISTORY_V, object_name:PAY_KR_SEP_HISTORY_V, status:VALID, product: PAY - Payroll , description: This view returns Separation Pay Process history based on assignment_id. , implementation_dba_data: APPS.PAY_KR_SEP_HISTORY_V ,
-
VIEW: APPS.PAY_KR_SEP_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_HISTORY_V, object_name:PAY_KR_SEP_HISTORY_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_HISTORY_V, object_name:PAY_KR_SEP_HISTORY_V, status:VALID,
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_RESULT_SLIP_V
12.2.2
-
View: PAY_KR_SEP_RESULT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID, product: PAY - Payroll , description: This view returns Result of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_V ,
-
View: PAY_KR_SEP_RESULT_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID, product: PAY - Payroll , description: This view returns Result Value of Separation Pay Slip based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_SLIP_V ,
-
View: PAY_KR_SEP_RESULT_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_V, object_name:PAY_KR_SEP_RESULT_TAX_V, status:VALID, product: PAY - Payroll , description: This view returns Result of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_V ,
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.2.2
-
VIEW: APPS.PAY_KR_SEP_RESULT_TAX_V
12.2.2
-
View: PAY_KR_SEP_RESULT_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_SLIP_V, object_name:PAY_KR_SEP_RESULT_SLIP_V, status:VALID, product: PAY - Payroll , description: This view returns Result Value of Separation Pay Slip based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_SLIP_V ,
-
PACKAGE BODY: APPS.ONT_OEXCRDIS_XMLP_PKG
12.1.1
-
VIEW: APPS.PAY_KR_SEP_SLIP_V
12.1.1
-
PACKAGE BODY: APPS.ONT_OEXCRDIS_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.ONT_OEXIODIS_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.ONT_OEXIODIS_XMLP_PKG
12.2.2
-
APPS.PAY_KR_SEP_ARCHIVE_PKG SQL Statements
12.1.1
-
View: PAY_KR_SEP_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_SLIP_V ,
-
APPS.PAY_KR_SEP_ARCHIVE_PKG SQL Statements
12.2.2
-
View: PAY_KR_SEP_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_SLIP_V, object_name:PAY_KR_SEP_SLIP_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_SLIP_V ,
-
VIEW: APPS.PAY_KR_SEP_TAX_WO_ADDR_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_TAX_WO_ADDR_V
12.2.2
-
View: PAY_KR_SEP_TAX_WO_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_TAX_WO_ADDR_V, object_name:PAY_KR_SEP_TAX_WO_ADDR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_TAX_WO_ADDR_V ,
-
View: PAY_KR_SEP_TAX_WO_ADDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_TAX_WO_ADDR_V, object_name:PAY_KR_SEP_TAX_WO_ADDR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_TAX_WO_ADDR_V ,
-
PACKAGE BODY: APPS.PAY_KR_SEP_ARCHIVE_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_SEP_ARCHIVE_PKG
12.2.2
-
PACKAGE BODY: APPS.WSH_WSHRDBSR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.WSH_WSHRDBSR_XMLP_PKG
12.1.1
-
APPS.PAY_KR_FF_FUNCTIONS_PKG SQL Statements
12.2.2
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_ADDITIONS_B
12.2.2
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_ADDITIONS_B
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT SQL Statements
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGS_PS_GEN_004
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_MC_BOOKS
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_BOOKS
12.2.2
-
PACKAGE BODY: APPS.FA_TRACK_MEMBER_PVT
12.1.1
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_MC_BOOKS
12.2.2
-
PACKAGE BODY: APPS.FA_TRACK_MEMBER_PVT
12.2.2
-
APPS.FA_TRACK_MEMBER_PVT dependencies on FA_BOOKS
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_FF_FUNCTIONS_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. ,