DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on HR_LOOKUPS

Line 1290: FROM HR_LOOKUPS

1286: and v_entry_value.screen_entry_value is not null
1287: then
1288: SELECT meaning
1289: INTO v_screen_format
1290: FROM HR_LOOKUPS
1291: WHERE lookup_type = v_entry_value.lookup_type
1292: and lookup_code = v_entry_value.screen_entry_value;
1293: -- Bugfix 2827092
1294: elsif v_entry_value.value_set_id is not null

Line 3586: from hr_lookups hl

3582: end if;
3583: --
3584: select hl.meaning
3585: into l_creator_type_meaning
3586: from hr_lookups hl
3587: where hl.lookup_type = 'CREATOR_TYPE'
3588: and hl.lookup_code = r_entry.creator_type;
3589: --
3590: hr_utility.set_message(801,'HR_6589_ASS_SPCL_NONREC_EXIST');