DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_RESP_FUNCTIONS

Line 4456: from FND_RESP_FUNCTIONS

4452: and d.SECURITY_GROUP_ID = e.SECURITY_GROUP_ID
4453: and prompt is not null
4454: and nvl(a.function_id,-1) not IN
4455: (select ACTION_ID
4456: from FND_RESP_FUNCTIONS
4457: where RESPONSIBILITY_ID = c.responsibility_id
4458: and APPLICATION_ID = d.responsibility_application_id)
4459: and nvl(SUB_MENU_ID,-1) not IN -- submenu exclusions 2029055
4460: (select ACTION_ID

Line 4461: from FND_RESP_FUNCTIONS

4457: where RESPONSIBILITY_ID = c.responsibility_id
4458: and APPLICATION_ID = d.responsibility_application_id)
4459: and nvl(SUB_MENU_ID,-1) not IN -- submenu exclusions 2029055
4460: (select ACTION_ID
4461: from FND_RESP_FUNCTIONS
4462: where RESPONSIBILITY_ID = c.responsibility_id
4463: and APPLICATION_ID = d.responsibility_application_id);
4464: IF (n_hits >0) THEN
4465: RETURN TRUE;