DBA Data[Home] [Help]

APPS.MSC_WS_NOTIFICATION_BPEL dependencies on MSC_PLANS

Line 173: from msc_plans

169: planId := wf_engine.getitemattrtext(itemtype, itemkey, 'PLAN_ID');
170:
171: select COMPILE_DESIGNATOR
172: into planName
173: from msc_plans
174: where plan_id = to_number(planId);
175:
176: wf_engine.setitemattrtext(itemtype, itemkey, 'PLAN_NAME', planName);
177: