DBA Data[Home] [Help]

APPS.ICX_ADMIN_SIG dependencies on FND_FORM_FUNCTIONS_VL

Line 48: from fnd_form_functions_vl ffunc,

44: begin
45:
46: select ffunc.function_name
47: into l_application_short_name
48: from fnd_form_functions_vl ffunc,
49: icx_sessions icx
50: where icx.session_id = l_session_id
51: and icx.function_id = ffunc.function_id;
52:

Line 207: from fnd_form_functions_vl ffunc,

203: begin
204:
205: select ffunc.function_name
206: into l_application_short_name
207: from fnd_form_functions_vl ffunc,
208: icx_sessions icx
209: where icx.session_id = l_session_id
210: and icx.function_id = ffunc.function_id;
211: