DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on HR_LOOKUPS

Line 1150: FROM HR_LOOKUPS

1146: and v_entry_value.screen_entry_value is not null
1147: then
1148: SELECT meaning
1149: INTO v_screen_format
1150: FROM HR_LOOKUPS
1151: WHERE lookup_type = v_entry_value.lookup_type
1152: and lookup_code = v_entry_value.screen_entry_value;
1153: -- Bugfix 2827092
1154: elsif v_entry_value.value_set_id is not null

Line 4227: from hr_lookups hl

4223: end if;
4224: --
4225: select hl.meaning
4226: into l_creator_type_meaning
4227: from hr_lookups hl
4228: where hl.lookup_type = 'CREATOR_TYPE'
4229: and hl.lookup_code = r_entry.creator_type;
4230: --
4231: hr_utility.set_message(801,'HR_6589_ASS_SPCL_NONREC_EXIST');