DBA Data[Home] [Help]

APPS.WF_CORE dependencies on FND_SVC_COMPONENTS

Line 1094: from fnd_svc_components

1090: is
1091:
1092: cursor c_dedicated_corrIds(p_componentType varchar2) is
1093: select correlation_id
1094: from fnd_svc_components
1095: where component_status in
1096: ('RUNNING', 'STOPPED_ERROR', 'STARTING', 'DEACTIVATED_SYSTEM')
1097: and component_type = p_componentType
1098: and correlation_id is not NULL;