DBA Data[Home] [Help]

APPS.FND_OAM_KBF_SUBS dependencies on FND_FORM

Line 202: FND_FORM B, FND_FORM_TL t

198: INTO
199: l_comp_name, l_comp_display_name
200: --, b.APPLICATION_ID, b.FORM_ID, t.DESCRIPTION
201: FROM
202: FND_FORM B, FND_FORM_TL t
203: WHERE
204: b.application_id = app_id
205: and b.form_id = comp_id
206: and b.application_id = t.application_id

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');