DBA Data[Home] [Help]

APPS.MSC_WS_OTM_BPEL dependencies on MSC_PLANNERS

Line 1301: from MSC_PLANNERS

1297: and plan_id = -1
1298: and ORGANIZATION_ID = orgId;
1299:
1300: select USER_NAME into planner
1301: from MSC_PLANNERS
1302: where PLANNER_CODE = v_plannerCode
1303: and ORGANIZATION_ID = orgId
1304: and SR_INSTANCE_ID = srInstanceId;
1305: