DBA Data[Home] [Help]

APPS.HR_DE_UTILITY dependencies on HR_GENERAL

Line 63: ,hr_general.decode_lookup('DE_PREFIX', p_per_information10))

59: ,null, ' '
60: ,', ' || p_first_name || ' ')
61: || DECODE(p_per_information10
62: ,null, ''
63: ,hr_general.decode_lookup('DE_PREFIX', p_per_information10))
64: )), 1, 240)
65: INTO l_full_name
66: FROM dual;
67: --