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