DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on FND_RESP_FUNCTIONS

Line 92: from FND_RESP_FUNCTIONS

88: and function_id is null
89: and prompt is not null
90: AND nvl(SUB_MENU_ID,-1) not IN -- add support for submenu exclusions 2029055
91: (select ACTION_ID
92: from FND_RESP_FUNCTIONS
93: where RESPONSIBILITY_ID = p_object.responsibility_id
94: and APPLICATION_ID = p_object.resp_appl_id)
95: order by entry_sequence;
96:

Line 114: from FND_RESP_FUNCTIONS

110: and a.function_id = b.function_id
111: and a.type in ('WWW','WWK','SERVLET','JSP','FORM','INTEROPJSP')
112: and nvl(a.FUNCTION_ID,-1) not in -- menu exclusion support 1911095 mputman
113: (select ACTION_ID
114: from FND_RESP_FUNCTIONS
115: where RESPONSIBILITY_ID = p_object.responsibility_id
116: and APPLICATION_ID = p_object.resp_appl_id)
117: order by entry_sequence;
118:

Line 153: from FND_RESP_FUNCTIONS

149: --removed grant_flag bug 3575253
150:
151: and nvl(a.FUNCTION_ID,-1) not in -- menu exclusion support 1911095 mputman
152: (select ACTION_ID
153: from FND_RESP_FUNCTIONS
154: where RESPONSIBILITY_ID = p_object.responsibility_id
155: and APPLICATION_ID = p_object.resp_appl_id);
156:
157: if l_count > 0