DBA Data[Home] [Help]

APPS.WMS_TXNREASONS_PUB dependencies on WMS_DISPATCHED_TASKS_S

Line 137: SELECT WMS_DISPATCHED_TASKS_S.nextval

133: END IF;
134:
135: -- generate item key using sequence number and concat with txnworkflow 'twflow'.
136: -- This is needed to create the workflow process
137: SELECT WMS_DISPATCHED_TASKS_S.nextval
138: INTO l_sequence_number
139: FROM DUAL ;
140: l_item_key := 'twflow' || l_sequence_number ;
141: