DBA Data[Home] [Help]

APPS.AMW_SECURITY_PUB dependencies on FND_FORM_FUNCTIONS

Line 197: from fnd_form_functions

193: v_function_id := g_func_id_cache; /* If we have it cached, use value */
194: else /* not cached, hit db */
195: select function_id
196: into v_function_id
197: from fnd_form_functions
198: where function_name=p_function_name;
199:
200: /* Store in cache */
201: g_func_id_cache := v_function_id;