DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on FND_RESPONSIBILITY_TL

Line 211: from fnd_responsibility_tl fr

207: elsif l_attribute_code = 'RESPONSIBILITY_ID' then
208: if attribute_value is not null then
209: select responsibility_name
210: into l_attribute_display_value
211: from fnd_responsibility_tl fr
212: where fr.responsibility_id = attribute_value
213: and fr.application_id = FND_GLOBAL.RESP_APPL_ID
214: and fr.language = userenv('LANG');
215: else