DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on FND_RESP_FUNCTIONS

Line 955: from FND_RESP_FUNCTIONS

951: AND b.prompt IS NOT NULL
952: and c.type in ('WWW','WWK','SERVLET','JSP','FORM','INTEROPJSP')
953: and nvl(c.FUNCTION_ID,-1) not in -- menu exclusion support 1911095 mputman
954: (select ACTION_ID
955: from FND_RESP_FUNCTIONS
956: where RESPONSIBILITY_ID = r.responsibility_id
957: and APPLICATION_ID = r.responsibility_application_id);
958:
959: -- 2712250 nlbarlow

Line 970: from FND_RESP_FUNCTIONS

966: WHERE responsibility_id = r.responsibility_id
967: AND APPLICATION_ID = r.responsibility_application_id)
968: AND nvl(c.FUNCTION_ID,-1) not in -- menu exclusion support 1911095 mputman
969: (select ACTION_ID
970: from FND_RESP_FUNCTIONS
971: where RESPONSIBILITY_ID = r.responsibility_id
972: and APPLICATION_ID = r.responsibility_application_id)
973: AND nvl(c.SUB_MENU_ID,-1) not IN -- add support for submenu exclusions 2029055
974: (select ACTION_ID

Line 975: from FND_RESP_FUNCTIONS

971: where RESPONSIBILITY_ID = r.responsibility_id
972: and APPLICATION_ID = r.responsibility_application_id)
973: AND nvl(c.SUB_MENU_ID,-1) not IN -- add support for submenu exclusions 2029055
974: (select ACTION_ID
975: from FND_RESP_FUNCTIONS
976: where RESPONSIBILITY_ID = r.responsibility_id
977: and APPLICATION_ID = r.responsibility_application_id);
978:
979:

Line 997: from FND_RESP_FUNCTIONS

993: and b.prompt is not null -- 3275654 nlbarlow
994: and c.type in ('WWW','WWK','SERVLET','JSP','FORM','INTEROPJSP')
995: and nvl(c.FUNCTION_ID,-1) not in -- 3275654 nlbarlow
996: (select ACTION_ID
997: from FND_RESP_FUNCTIONS
998: where RESPONSIBILITY_ID = r.responsibility_id
999: and APPLICATION_ID = r.responsibility_application_id);
1000:
1001: p_target_url:=l_agent||'OracleNavigate.menuBypass?p_token='||icx_call.encrypt(r.responsibility_application_id