DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 301: FROM fnd_concurrent_programs_vl

297: BEGIN
298:
299: SELECT concurrent_program_name
300: INTO conc_program_name
301: FROM fnd_concurrent_programs_vl
302: WHERE concurrent_program_id = fnd_global.conc_program_id
303: AND application_id = 222;
304:
305: EXCEPTION