DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on FND_CONCURRENT_PROGRAMS

Line 1390: From IEX_SCORES scr, fnd_concurrent_programs cp

1386: IEX_DEBUG_PUB.logMessage('IEX_SCORE: scoreObjects: Finding any process to spawn...');
1387: END IF;
1388: Select NVL(cp.Concurrent_Program_Name, 'X')
1389: Into l_conc_prog_name
1390: From IEX_SCORES scr, fnd_concurrent_programs cp
1391: Where scr.concurrent_prog_name = cp.concurrent_program_name AND
1392: scr.Score_ID = p_score_id;
1393: FND_FILE.PUT_LINE(FND_FILE.LOG, 'IEX_SCORE: scoreObjects: Spawning ' || l_conc_prog_name);
1394: