DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_FORM_FUNCTIONS

Line 67: from FND_FORM_FUNCTIONS

63:
64: /*
65: select TYPE
66: into l_function_type
67: from FND_FORM_FUNCTIONS
68: where FUNCTION_ID = l_function_id;
69:
70: l_menu_id := l_parameters(5);
71:

Line 175: from fnd_form_functions

171: application_id = l_resp_appl_id,
172: security_group_id = l_security_group_id,
173: caching_key = caching_key + 1
174: where plug_id in (select function_id
175: from fnd_form_functions
176: where function_name = 'FND_NAVIGATE_SCTX_PORTLET')
177: and user_id = l_user_id;
178:
179: -- Do whatever the BookmarkThis

Line 508: from FND_FORM_FUNCTIONS

504: begin
505:
506: select FUNCTION_ID
507: into l_function_id
508: from FND_FORM_FUNCTIONS
509: where FUNCTION_NAME = 'FND_NAVIGATE_PAGE';
510:
511: if icx_sec.validateSession
512: then

Line 666: FROM fnd_form_functions

662: --get function_id.
663: BEGIN
664: SELECT function_id
665: INTO l_function_id
666: FROM fnd_form_functions
667: WHERE function_name = F;
668: l_resp_appl_id := NULL;
669: l_responsibility_id :=NULL;
670: l_security_group_id := NULL;

Line 823: FROM fnd_form_functions

819: END IF;
820:
821: SELECT TYPE
822: INTO f_type
823: FROM fnd_form_functions
824: WHERE function_id = l_function_id;
825:
826: IF f_type = 'FORM' THEN
827: