DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on FND_USER

Line 205: from fnd_user

201: end if;
202: elsif l_attribute_code = 'USER_ID' then
203: select user_name
204: into l_attribute_display_value
205: from fnd_user
206: where user_id = attribute_value;
207: elsif l_attribute_code = 'RESPONSIBILITY_ID' then
208: if attribute_value is not null then
209: select responsibility_name