274: end if;
275: elsif l_attribute_code = 'USER_ID' then
276: select user_name
277: into l_attribute_display_value
278: from fnd_user
279: where user_id = attribute_value;
280: elsif l_attribute_code = 'RESPONSIBILITY_ID' then
281: if attribute_value is not null then
282: select responsibility_name