DBA Data[Home] [Help]

APPS.FND_OAM_KBF_SUBS dependencies on FND_FORM_FUNCTIONS

Line 232: FND_FORM_FUNCTIONS b, FND_FORM_FUNCTIONS_TL t

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