Search Results per_kr_addresses
Overview
PER_KR_ADDRESSES is a Human Resources (PER) module table owned by the HR schema in Oracle E-Business Suite. Its documented description is simply "KR specific," indicating that it stores address data localized for South Korea (country code KR). The table functions as a reference and validation source for Korean postal addresses, capturing the hierarchical components used in that country's addressing conventions—such as province/city, district, town or village, house number, road name, and postal code. In Oracle EBS, this object supports the entry, validation, and reporting of employee and third-party addresses originating in Korea, ensuring that address data conforms to local postal structures rather than the generic free-form address model used elsewhere.
From a Data Vault modeling perspective, the documented metadata classifies this object as standalone (a heuristic derived from its foreign-key structure). This suggests modeling it as a standalone hub or reference table rather than as a link participating in extensive foreign-key relationships, since no dependent relationships were mined from the schema.
Key Information Stored
The surrogate primary key is POSTAL_CODE_ID, defined by the constraint PER_KR_ADDRESSES_PK. This identifier uniquely references each Korean address record. A second unique index, PER_KR_ADDRESSES_UK1, defines the business-key candidate composed of CITY_PROVINCE, DISTRICT, TOWN_VILLAGE#1, HOUSE_NUMBER, ROAD_NAME, LEGISLATIVE_DISTRICT, and PUBLIC_HOUSING_NAME—together these establish the natural uniqueness of an address.
The most significant columns include:
POSTAL_CODE_ID— surrogate primary key identifying the address record.POSTAL_CODE— the Korean postal code value.CITY_PROVINCE— the city or province component.DISTRICT— the district within the city/province.TOWN_VILLAGE#1— the town or village designation.HOUSE_NUMBER— the numeric house identifier.ROAD_NAME— the road or street name.LEGISLATIVE_DISTRICT— the legislative district designation.PUBLIC_HOUSING_NAME— the name of a public housing complex, where applicable.POSTAL_CODE_SEQUENCE— sequence ordering for postal code entries.ENABLED_FLAG— indicates whether the address record is active.REMARKS— free-text remarks.- Standard audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN.
In total the physical schema documents 17 columns.
Common Use Cases and Queries
Typical uses include validating Korean addresses during employee or applicant data entry, populating address-list-of-values (LOV) pickers, and generating localized reports. A query to retrieve all active Korean addresses for a given postal code would resemble:
SELECT postal_code, city_province, district, town_village#1, road_name FROM per_kr_addresses WHERE postal_code = :p_code AND enabled_flag = 'Y';- Lookups by business key:
SELECT postal_code_id FROM per_kr_addresses WHERE city_province = :city AND district = :district AND house_number = :house; - Reporting on address coverage:
SELECT city_province, COUNT(*) FROM per_kr_addresses GROUP BY city_province;
Because the table is standalone, reporting joins generally resolve through POSTAL_CODE_ID against employee or location address tables rather than through inbound foreign keys.
Related Objects
Given the standalone classification, direct foreign-key dependencies within this table are not documented. As a KR-specific reference object, it is most closely associated with the broader PER address framework, including generic address structures and the postal code validation logic used across HR and geography modules. The primary related elements are:
PER_KR_ADDRESSES_PK— the primary-key constraint onPOSTAL_CODE_ID.PER_KR_ADDRESSES_UK1— the unique business-key constraint.- PER address and location tables that reference Korean addresses by postal code.
- Geography/postal code validation objects that consume the KR address ranges.
- HR employee and applicant address interfaces that supply or validate Korean address input.
Because the documented relationship data classifies this object as standalone, implementers should treat it as a self-contained reference table and confirm integration points against the specific ETRM version (12.1.1 or 12.2.2) in use.
-
Table: PER_KR_ADDRESSES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_KR_ADDRESSES, object_name:PER_KR_ADDRESSES, status:VALID, product: PER - Human Resources , description: KR specific , implementation_dba_data: HR.PER_KR_ADDRESSES ,
-
Table: PER_KR_ADDRESSES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_KR_ADDRESSES, object_name:PER_KR_ADDRESSES, status:VALID, product: PER - Human Resources , description: KR specific , implementation_dba_data: HR.PER_KR_ADDRESSES ,
-
SYNONYM: APPS.PER_KR_ADDRESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_KR_ADDRESSES, status:VALID,
-
SYNONYM: APPS.PER_KR_ADDRESSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_KR_ADDRESSES, status:VALID,
-
VIEW: HR.PER_KR_ADDRESSES#
12.2.2
owner:HR, object_type:VIEW, object_name:PER_KR_ADDRESSES#, status:VALID,
-
TABLE: HR.PER_KR_ADDRESSES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_KR_ADDRESSES, object_name:PER_KR_ADDRESSES, status:VALID,
-
SYNONYM: PUBLIC.PER_KR_ADDRESSES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PER_KR_ADDRESSES, status:VALID,
-
VIEW: HR.PER_KR_ADDRESSES#
12.2.2
-
TABLE: HR.PER_KR_ADDRESSES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_KR_ADDRESSES, object_name:PER_KR_ADDRESSES, status:VALID,
-
VIEW: APPS.PAY_KR_CONT_DETAILS_V
12.1.1
-
TRIGGER: APPS.PER_KR_ADDRESSES_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PER_KR_ADDRESSES_WHO, status:VALID,
-
PACKAGE BODY: APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_KR_ADDRESS_UPDATE_HOOK_PKG, status:VALID,
-
TRIGGER: APPS.PER_KR_ADDRESSES_WHO
12.2.2
-
PACKAGE BODY: APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_KR_ADDRESS_UPDATE_HOOK_PKG, status:VALID,
-
VIEW: APPS.PAY_KR_CONT_DETAILS_V
12.2.2
-
TRIGGER: APPS.PER_KR_ADDRESSES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PER_KR_ADDRESSES_WHO, status:VALID,
-
TRIGGER: APPS.PER_KR_ADDRESSES_WHO
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_FF_FUNCTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_KR_FF_FUNCTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_SEP_FORM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_KR_SEP_FORM_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_KR_SEP_FORM_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_KR_SEP_FORM_PKG, status:VALID,
-
PACKAGE BODY: APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG
12.2.2
-
View: PAY_KR_CONT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_CONT_DETAILS_V, object_name:PAY_KR_CONT_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_CONT_DETAILS_V ,
-
View: PAY_KR_CONT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_CONT_DETAILS_V, object_name:PAY_KR_CONT_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_CONT_DETAILS_V ,
-
PACKAGE BODY: APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG
12.1.1
-
VIEW: APPS.PAY_KR_CONT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_CONT_DETAILS_V, object_name:PAY_KR_CONT_DETAILS_V, status:VALID,
-
VIEW: APPS.PAY_KR_CONT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_CONT_DETAILS_V, object_name:PAY_KR_CONT_DETAILS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on PER_KR_ADDRESSES
12.2.2
-
APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG dependencies on PER_KR_ADDRESSES
12.1.1
-
APPS.PER_KR_ADDRESS_UPDATE_HOOK_PKG dependencies on PER_KR_ADDRESSES
12.2.2
-
APPS.PAY_KR_SEP_FORM_PKG dependencies on PER_KR_ADDRESSES
12.2.2
-
APPS.PAY_KR_SEP_FORM_PKG dependencies on PER_KR_ADDRESSES
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PAY_KR_SEP_FORM_PKG SQL Statements
12.1.1
-
APPS.PAY_KR_SEP_FORM_PKG SQL Statements
12.2.2
-
APPS.PAY_KR_FF_FUNCTIONS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_SEP_FORM_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_KR_SEP_FORM_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_KR_FF_FUNCTIONS_PKG
12.2.2
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,