DBA Data[Home] [Help]

APPS.ARP_GLOBAL dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 303: FROM fnd_concurrent_programs_vl

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