DBA Data[Home] [Help]

APPS.MSC_SCN_UTILS dependencies on FND_CONCURRENT_REQUESTS

Line 2436: fnd_concurrent_requests fcr

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