DBA Data[Home] [Help]

APPS.ICX_PORTLET dependencies on FND_FORM_FUNCTIONS

Line 297: from fnd_form_functions

293: begin
294:
295: select function_id
296: into l_function_id
297: from fnd_form_functions
298: where function_name = p_function_name;
299:
300: update icx_portlet_customizations
301: set caching_key = TO_CHAR(TO_NUMBER(NVL(caching_key, '0')) + 1)

Line 321: from fnd_form_functions

317: where user_name = p_user_name;
318:
319: select function_id
320: into l_function_id
321: from fnd_form_functions
322: where function_name = p_function_name;
323:
324: update icx_portlet_customizations
325: set caching_key = TO_CHAR(TO_NUMBER(NVL(caching_key, '0')) + 1)

Line 357: from fnd_form_functions

353: begin
354:
355: select function_id
356: into l_function_id
357: from fnd_form_functions
358: where function_name = p_function_name;
359:
360: l_caching_key_value := p_caching_key_value;
361:

Line 384: from fnd_form_functions

380: where user_name = p_user_name;
381:
382: select function_id
383: into l_function_id
384: from fnd_form_functions
385: where function_name = p_function_name;
386:
387: l_caching_key_value := p_caching_key_value;
388:

Line 471: FROM fnd_form_functions

467: AND application_id = l_application_id;
468:
469: SELECT function_id
470: INTO l_function_id
471: FROM fnd_form_functions
472: WHERE function_name = p_function_name;
473:
474: EXCEPTION
475: WHEN OTHERS THEN