Workflow issue
Order workflow is having problem. When i retried or rewind the workflow, i'm getting exact fetch returns more number of rows.
ORA-01422: exact fetch returns more than requested number of rows in Package OE_Line_Fullfill Procedure Get_Activity_Result.
I'm getting multiple records for the below query.
SELECT wias.ACTIVITY_STATUS, INSTANCE_ID, wpa.ACTIVITY_NAME, wias.ACTIVITY_RESULT_CODE, wias.PROCESS_ACTIVITY, wpa.process_version
--INTO x_activity_status_code, x_activity_result, x_activity_id
FROM apps.WF_ITEM_ACTIVITY_STATUSES wias, apps.WF_PROCESS_ACTIVITIES wpa
WHERE wias.ITEM_KEY = '4198836'
AND wias.ITEM_TYPE = 'OEOL'