DBA Data[Home] [Help]

APPS.PAY_SOE_UTIL dependencies on HR_LOOKUPS

Line 210: from hr_lookups

206: cursor getSegment is
207: select decode(substr(meaning,1,3)
208: ,p_legislation_code||'_',substr(meaning,4,length(meaning)-3)
209: ,meaning)
210: from hr_lookups
211: where lookup_type = p_segment_type
212: and lookup_code = p_legislation_code;
213: --
214: l_segment varchar2(30);