DBA Data[Home] [Help]

APPS.PER_JBR_BUS dependencies on HR_LOOKUPS

Line 409: from hr_lookups hl

405: l_exists varchar2(1);
406: --
407: cursor csr_essential is
408: select 'x'
409: from hr_lookups hl
410: where hl.lookup_type = 'YES_NO'
411: and hl.lookup_code = p_essential;
412: --
413: begin