DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_LOOKUPS

Line 6207: select lower(meaning) into toString from hr_lookups where LOOKUP_TYPE = 'BEN_TO_FROM' and lookup_code = 'TO';

6203: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
6204: end if;
6205:
6206: begin
6207: select lower(meaning) into toString from hr_lookups where LOOKUP_TYPE = 'BEN_TO_FROM' and lookup_code = 'TO';
6208: exception
6209: when no_data_found then
6210: toString := 'to ';
6211: end;