Search Results last_name_phonetic
Overview
APPS.IRC_REGISTERED_USERS is a read-only database view in the Oracle E-Business Suite (EBS) Applications schema, valid in both 12.1.1 and 12.2.2. It conforms to the iRecruitment (IRC) module and exposes a consolidated set of personal identity attributes for individuals who have registered with the iRecruitment application. The view gathers name, phonetic name, birth, death, and marital data into a single denormalized projection, and it is defined with the FND design data reference PER.IRC_REGISTERED_USERS, indicating that its logical definition originates from the People (PER) product family metadata.
The view is flagged "Oracle Internal Use Only." Oracle Corporation does not support direct access to Applications data through this object except from standard Oracle Applications programs. Consequently, it should be treated as an internal implementation object rather than a supported integration point. Its practical relevance for the search term "first_name_phonetic" is direct: the view surfaces FIRST_NAME_PHONETIC as a first-class column, allowing phonetic matching of a registrant's given name.
Underlying Base Objects
Per the documented ETRM metadata, APPS.IRC_REGISTERED_USERS is defined over two referenced base objects, both accessed through APPS synonyms:
- HZ_PERSON_PROFILES — the Trading Community Architecture (TCA) person profile entity that stores core person attributes such as name components and birth information.
- IRC_NOTIFICATION_PREFERENCES — the iRecruitment notification preference entity associated with registered users.
The view is not referenced by any other database object, so it sits at the top of its dependency chain as a terminal consumer of these two sources. Because the view has no downstream dependents, changes to its definition do not cascade to other database objects, though application code may still depend on it at runtime.
Key Columns
The view exposes fifteen columns. The identity and name columns are the most heavily used:
- FIRST_NAME (VARCHAR2, 150) — the registrant's given name.
- FIRST_NAME_PHONETIC (VARCHAR2, 60) — the phonetic representation of the first name, used for sound-alike matching.
- LAST_NAME (VARCHAR2, 150) and LAST_NAME_PHONETIC (VARCHAR2, 60) — surname and its phonetic form.
- NAME_PHONETIC (VARCHAR2, 320) — the phonetic representation of the complete name.
- MIDDLE_NAME, NAME_SUFFIX, PRE_NAME_ADJUNCT, PREVIOUS_LAST_NAME, and KNOWN_AS — additional naming components, including the name by which the person is commonly known.
- PERSON_ID (NUMBER) — the internal identifier of the person, the primary join key to other person-based entities.
- DATE_OF_BIRTH, PLACE_OF_BIRTH, DATE_OF_DEATH, and MARITAL_STATUS — demographic attributes.
Common Use Cases and Queries
Typical scenarios include phonetic candidate name searches, extraction of registered-user demographics for reporting, and reconciliation between iRecruitment registrations and TCA person records. A basic query retrieves all columns:
SELECT FIRST_NAME, LAST_NAME, NAME_PHONETIC, LAST_NAME_PHONETIC, FIRST_NAME_PHONETIC, MIDDLE_NAME, NAME_SUFFIX, PREVIOUS_LAST_NAME, KNOWN_AS, PERSON_ID, DATE_OF_BIRTH, PLACE_OF_BIRTH, DATE_OF_DEATH, MARITAL_STATUS, PRE_NAME_ADJUNCT FROM APPS.IRC_REGISTERED_USERS;
To target the searched term, a phonetic name lookup can filter directly on the phonetic column:
SELECT PERSON_ID, FIRST_NAME, FIRST_NAME_PHONETIC FROM APPS.IRC_REGISTERED_USERS WHERE FIRST_NAME_PHONETIC = :p_phonetic;
Because of the Oracle Internal Use Only restriction, such queries are appropriate for diagnostic or reporting purposes only and should not be embedded in supported interfaces without Oracle's endorsement.
-
VIEW: APPS.IRC_REGISTERED_USERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.IRC_REGISTERED_USERS, object_name:IRC_REGISTERED_USERS, status:VALID,
-
View: IRC_REGISTERED_USERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.IRC_REGISTERED_USERS, object_name:IRC_REGISTERED_USERS, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.IRC_REGISTERED_USERS ,
-
VIEW: APPS.IRC_REGISTERED_USERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.IRC_REGISTERED_USERS, object_name:IRC_REGISTERED_USERS, status:VALID,
-
View: IRC_REGISTERED_USERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.IRC_REGISTERED_USERS, object_name:IRC_REGISTERED_USERS, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.IRC_REGISTERED_USERS ,
-
View: JTF_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONTACTS_V retrieves all contacts for a party. , implementation_dba_data: APPS.JTF_PARTY_CONTACTS_V ,
-
View: JTF_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CUSTOMERS_V displays party information from HZ_PARTIES (and HZ_ORGANIZATION_PROFILES or HZ_PERSON_PROFILES depending on PARTY_TYPE). , implementation_dba_data: APPS.JTF_PARTY_CUSTOMERS_V ,
-
View: JTF_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CUSTOMERS_V displays party information from HZ_PARTIES (and HZ_ORGANIZATION_PROFILES or HZ_PERSON_PROFILES depending on PARTY_TYPE). , implementation_dba_data: APPS.JTF_PARTY_CUSTOMERS_V ,
-
View: JTF_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_PARTY_CONTACTS_V retrieves all contacts for a party. , implementation_dba_data: APPS.JTF_PARTY_CONTACTS_V ,
-
VIEW: APPS.JTF_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.JTF_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID,
-
VIEW: APPS.JTF_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CUSTOMERS_V, object_name:JTF_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.JTF_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTY_CONTACTS_V, object_name:JTF_PARTY_CONTACTS_V, status:VALID,
-
PACKAGE BODY: APPS.IRC_PARTY_BE1
12.1.1
-
PACKAGE BODY: APPS.IRC_PARTY_BE2
12.1.1
-
PACKAGE BODY: APPS.IRC_PARTY_BE1
12.2.2
-
PACKAGE BODY: APPS.IRC_PARTY_BE2
12.2.2
-
PACKAGE BODY: APPS.IRC_PARTY_BE5
12.2.2
-
PACKAGE BODY: APPS.IRC_PARTY_BE5
12.1.1
-
PACKAGE BODY: APPS.CSD_GEN_UTILITY_PVT
12.2.2
-
PACKAGE BODY: APPS.CSD_GEN_UTILITY_PVT
12.1.1
-
APPS.CSD_GEN_UTILITY_PVT dependencies on CSD_GEN_UTILITY_PVT
12.1.1
-
APPS.CSD_GEN_UTILITY_PVT dependencies on CSD_GEN_UTILITY_PVT
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,