DBA Data[Home] [Help]

APPS.FND_OAM_KBF_SUBS dependencies on FND_FORM_TL

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