DBA Data[Home] [Help]

APPS.HR_CN_UTILITY dependencies on HR_GENERAL

Line 226: p_derived_locale := hr_general.decode_lookup('CN_PROVINCE',p_town_or_city) || ', ';

222: p_derived_locale OUT NOCOPY VARCHAR2
223: ) is
224: BEGIN
225: if (ltrim(p_town_or_city) is not null) then
226: p_derived_locale := hr_general.decode_lookup('CN_PROVINCE',p_town_or_city) || ', ';
227: end if;
228: if (ltrim(p_region_2) is not null) then
229: p_derived_locale := p_derived_locale || p_region_2 || ', ';
230: end if;