DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on FND_RESPONSIBILITY_TL

Line 284: from fnd_responsibility_tl fr

280: elsif l_attribute_code = 'RESPONSIBILITY_ID' then
281: if attribute_value is not null then
282: select responsibility_name
283: into l_attribute_display_value
284: from fnd_responsibility_tl fr
285: where fr.responsibility_id = attribute_value
286: and fr.application_id = FND_GLOBAL.RESP_APPL_ID
287: and fr.language = userenv('LANG');
288: else