DBA Data[Home] [Help]

APPS.FND_OAM_KBF_SUBS dependencies on FND_FORM_FUNCTIONS

Line 235: FND_FORM_FUNCTIONS b, FND_FORM_FUNCTIONS_TL t

231: INTO
232: l_comp_name, l_comp_display_name
233: --, b.APPLICATION_ID, b.function_id, t.DESCRIPTION
234: FROM
235: FND_FORM_FUNCTIONS b, FND_FORM_FUNCTIONS_TL t
236: WHERE
237: b.function_id = comp_id
238: and b.function_id = t.function_id
239: and t.language = userenv('LANG');