DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on FND_RESP_FUNCTIONS

Line 2998: fnd_resp_functions a

2994: select user_function_name,description,
2995: web_HOST_NAME,web_AGENT_NAME,web_HTML_CALL,
2996: PARAMETERS
2997: from fnd_form_functions_vl c,
2998: fnd_resp_functions a
2999: where c_responsibility_id = a.responsibility_id
3000: and a.action_id = c.function_id
3001: order by user_function_name;
3002: