DBA Data[Home] [Help]

APPS.PAY_SOE_UTIL dependencies on HR_LOOKUPS

Line 214: from hr_lookups

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