DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_DISPATCHED_TASKS_S

Line 988: SELECT WMS_DISPATCHED_TASKS_S.nextval INTO l_sequence_number FROM DUAL ;

984: END IF;
985:
986: -- generate item key using sequence number and concat with txnworkflow 'twflow'.
987: -- This is needed to create the workflow process
988: SELECT WMS_DISPATCHED_TASKS_S.nextval INTO l_sequence_number FROM DUAL ;
989:
990: l_item_key := 'twflow' || l_sequence_number ;
991: IF (l_debug = 1) THEN
992: mdebug('Item key is: '|| l_item_key);