DBA Data[Home] [Help]

APPS.HR_PERSON_RECORD dependencies on FND_NEW_MESSAGES

Line 100: (select message_text from fnd_new_messages where message_name = 'HR_NATIONAL_ID_NUMBER_'|| (select to_char(org_information9) from

96: AND nvl(end_date_active,p_eff_Date)
97: AND enabled_flag = 'Y')
98: NATIONALITY_DESC,
99: NATIONAL_IDENTIFIER,
100: (select message_text from fnd_new_messages where message_name = 'HR_NATIONAL_ID_NUMBER_'|| (select to_char(org_information9) from
101: hr_organization_information where organization_id = p_business_group_id
102: and org_information_context = 'Business Group Information')
103: and language_code = USERENV('LANG') ) NATIONAL_ID_LABEL,
104: OFFICE_NUMBER,