DBA Data[Home] [Help]

APPS.FND_OAM_KBF_SUBS dependencies on FND_CONCURRENT_PROGRAMS

Line 187: FND_CONCURRENT_PROGRAMS B,FND_CONCURRENT_PROGRAMS_TL t

183: INTO
184: l_comp_name, l_comp_display_name
185: --, b.APPLICATION_ID, b.CONCURRENT_PROGRAM_ID, t.DESCRIPTION
186: FROM
187: FND_CONCURRENT_PROGRAMS B,FND_CONCURRENT_PROGRAMS_TL t
188: WHERE
189: b.application_id = app_id
190: and b.concurrent_program_id = comp_id
191: and b.application_id = t.application_id