DBA Data[Home] [Help]

APPS.CSC_PROF_MODULE_GROUPS_PVT dependencies on FND_RESPONSIBILITY_VL

Line 665: from fnd_responsibility_vl

661: p_Api_Name VARCHAR2(100) := 'Validate Responsibility';
662:
663: Cursor C1 is
664: Select NULL
665: from fnd_responsibility_vl
666: where responsibility_id = p_responsibility_id
667: and application_id = p_resp_appl_id;
668:
669: BEGIN