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 496: from FND_FORM_FUNCTIONS

492: begin
493:
494: select FUNCTION_ID
495: into l_function_id
496: from FND_FORM_FUNCTIONS
497: where FUNCTION_NAME = 'FND_NAVIGATE_PAGE';
498:
499: if icx_sec.validateSession
500: then

Line 654: FROM fnd_form_functions

650: --get function_id.
651: BEGIN
652: SELECT function_id
653: INTO l_function_id
654: FROM fnd_form_functions
655: WHERE function_name = F;
656: l_resp_appl_id := NULL;
657: l_responsibility_id :=NULL;
658: l_security_group_id := NULL;

Line 811: FROM fnd_form_functions

807: END IF;
808:
809: SELECT TYPE
810: INTO f_type
811: FROM fnd_form_functions
812: WHERE function_id = l_function_id;
813:
814: IF f_type = 'FORM' THEN
815: