DBA Data[Home] [Help]

APPS.MSC_SCN_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 2439: fnd_concurrent_requests fcr

2435: decode(upper(fcr.status_code),'C',4,'E',3)
2436: ) plan_status_display
2437: from msc_plans mp,
2438: msc_plan_runs mpr,
2439: fnd_concurrent_requests fcr
2440: where mp.plan_type is not null and
2441: mp.plan_id = mpr.plan_id and
2442: mpr.end_date is not null and
2443: mp.plan_completion_date is not null and