DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_RESP_FUNCTIONS

Line 6176: from fnd_resp_functions frf, FU_FURG

6172: decode(rule_type, 'F', action_id, -1) FUNCTION_ID,
6173: responsibility_id
6174: from (
6175: select frf.rule_type,frf.action_id,frf.responsibility_id
6176: from fnd_resp_functions frf, FU_FURG
6177: where FRF.RESPONSIBILITY_ID = FU_FURG.RESPONSIBILITY_ID
6178: and frf.application_id =fu_furg.responsibility_application_id)
6179: ) EXCL, fnd_compiled_menu_functions fcmf1
6180: where EXCL.MENU_ID=fcmf1.menu_id(+)