DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_RESP_FUNCTIONS

Line 4460: from FND_RESP_FUNCTIONS

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

Line 4465: from FND_RESP_FUNCTIONS

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