Search Results pay_kr_yea_don_efile_conc_pkg
Overview
PAY_KR_YEA_DON_EFILE_CONC_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema that supports the Korean localization for Year-End Adjustment (YEA) electronic filing, specifically the Donation (DON) e-file submission. The package name breaks down as follows: PAY (Payroll), KR (Korea), YEA (Year-End Adjustment), DON (Donation), EFILE (Electronic File), CONC (Concurrent Program). Its primary business purpose is to assemble and submit donation-related year-end adjustment data to the Korean tax authority (National Tax Service) via an electronic filing interface, typically driven by a concurrent program.
The package is classified as OTHER in the ETRM API classification and is marked VALID in release 12.2.2. Its internal helper procedures and the presence of a concurrent-oriented design indicate that it works alongside the broader Korean payroll localization stack, particularly the parent package PAY_KR_YEA_DON_EFILE_PKG, which references it.
Key Procedures and Functions
The ETRM metadata documents three procedures/functions within this package:
- SUBMIT_EFILE — The main driver procedure that orchestrates the electronic file submission process for Korean YEA donation data. It is the entry point invoked by the concurrent program to generate and transmit the e-file payload.
- GET_BG_ID — A helper that retrieves the relevant business group identifier. In Oracle HRMS/Payroll, the business group defines the legislative and organizational context, which is essential when selecting the correct Korean tax-reporting parameters and organization records.
- RECORD_COUNT — A utility that returns the count of records included in the e-file output. This is typically used for logging, validation, or reporting the volume of donation rows processed during the concurrent run.
No parameter lists are documented in the ETRM extract; exact signatures should be confirmed by inspecting the package source in the target instance.
Tables Accessed
The package accesses the following tables (via APPS synonyms):
- HR_ORGANIZATION_INFORMATION — Stores descriptive and classification information about organizations. It is read to obtain legislative or registration details required for the Korean tax filing header.
- PAY_ASSIGNMENT_ACTIONS — Holds assignment-level payroll action records. It supplies employee-level data used in constructing the donation e-file records.
- PAY_PAYROLL_ACTIONS — Contains payroll run/action information. It is used to scope the e-file extract to the appropriate payroll action or period.
- PER_ASSIGNMENT_EXTRA_INFO — Stores assignment extra information (DFF). It provides Korean-specific descriptive flexfield values such as donation details and tax identifiers.
Usage Notes
This package is normally invoked indirectly through a concurrent program that is part of the Korean Year-End Adjustment e-filing process. The concurrent program calls SUBMIT_EFILE, which in turn uses GET_BG_ID and RECORD_COUNT to resolve context and report processed volumes. It is a dependent of PAY_KR_YEA_DON_EFILE_PKG, meaning it is not intended for direct ad-hoc invocation.
Customizations should not modify this package; instead, extensions should wrap or replicate its logic. Because it references legislative data and the Korean NTS format, changes may be required when tax regulations are updated. Troubleshooting typically begins with verifying the business group, payroll action, and extra information setup, then reviewing the concurrent request log produced by SUBMIT_EFILE. As with all APPS-owned seeded packages, direct grants should be avoided in favor of the standard concurrent program interface.
-
PACKAGE: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_KR_YEA_DON_EFILE_CONC_PKG, status:VALID,
-
PACKAGE: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PAY_KR_YEA_DON_EFILE_CONC_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_KR_YEA_DON_EFILE_CONC_PKG, status:VALID,
-
PACKAGE: APPS.PAY_KR_YEA_DON_EFILE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_KR_YEA_DON_EFILE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_KR_YEA_DON_EFILE_CONC_PKG, status:VALID,
-
PACKAGE: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.1.1
-
PACKAGE: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
-
PACKAGE: APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_KR_YEA_MAGTAPE_FUN_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.1.1
-
PACKAGE: APPS.HR_ASSIGNMENT_SET
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_ASSIGNMENT_SET, status:VALID,
-
VIEW: APPS.PER_KR_RESIDENT_REG_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PER_KR_RESIDENT_REG_NUMBER_V, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
-
SYNONYM: APPS.PER_ASSIGNMENT_EXTRA_INFO
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ASSIGNMENT_EXTRA_INFO, status:VALID,
-
APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG dependencies on PAY_KR_YEA_DON_EFILE_CONC_PKG
12.1.1
-
APPS.PAY_KR_YEA_DON_EFILE_PKG dependencies on PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
-
APPS.PAY_KR_YEA_DON_EFILE_CONC_PKG dependencies on PAY_KR_YEA_DON_EFILE_CONC_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.PAY_PAYROLL_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_PAYROLL_ACTIONS, status:VALID,
-
VIEW: APPS.PER_ASSIGNMENTS_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_F, object_name:PER_ASSIGNMENTS_F, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.PAY_ASSIGNMENT_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,