DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on FND_CONCURRENT_PROGRAMS

Line 929: From IEX_SCORES scr, fnd_concurrent_programs cp

925: IEX_DEBUG_PUB.logMessage('IEX_SCORE: scoreObjects: Finding any process to spawn...');
926: END IF;
927: Select NVL(cp.Concurrent_Program_Name, 'X')
928: Into l_conc_prog_name
929: From IEX_SCORES scr, fnd_concurrent_programs cp
930: Where scr.concurrent_prog_name = cp.concurrent_program_name AND
931: scr.Score_ID = p_score_id;
932: FND_FILE.PUT_LINE(FND_FILE.LOG, 'IEX_SCORE: scoreObjects: Spawning ' || l_conc_prog_name);
933: