DBA Data[Home] [Help]

APPS.MSC_WS_OTM_BPEL dependencies on MSC_PLANNERS

Line 1326: from MSC_PLANNERS

1322: and plan_id = -1
1323: and ORGANIZATION_ID = orgId;
1324:
1325: select USER_NAME into planner
1326: from MSC_PLANNERS
1327: where PLANNER_CODE = v_plannerCode
1328: and ORGANIZATION_ID = orgId
1329: and SR_INSTANCE_ID = srInstanceId;
1330: