DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_UTIL dependencies on FND_RESPONSIBILITY_VL

Line 762: from fnd_responsibility_vl

758: -- Cursor to get the responsibility name to be displayed in the error
759: -- message
760: cursor get_resp_name is
761: select responsibility_name
762: from fnd_responsibility_vl
763: where responsibility_id = sys_context('FND', 'RESP_ID')
764: and application_id = sys_context('FND', 'RESP_APPL_ID');
765:
766: l_resp_name VARCHAR2(240);