DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_EXCEPTIONS_S

Line 4901: -- Have to update WMS_Exceptions so that any exceptions already

4897: mydebug('complete_putaway: after updating mmtt with content lpn');
4898: END IF;
4899: END IF;--END IF (p_entire_lpn = 'N') THEN
4900:
4901: -- Have to update WMS_Exceptions so that any exceptions already
4902: -- recorded for this MMTT line will now be updated with the new txn
4903: -- header_id
4904: -- Bug# 3434940 - Performance Fixes
4905: -- Go against the org and item which are input params for

Line 5355: -- Have to update WMS_Exceptions so that any excpetions already

5351:
5352: END IF; --END IF (p_lpn_id = l_to_lpn_id) THEN
5353:
5354:
5355: -- Have to update WMS_Exceptions so that any excpetions already
5356: -- recorded for this MMTT line will now be updated with the new txn
5357: -- header_id
5358: -- Bug# 3434940 - Performance Fixes
5359: -- Go against the org and item which are input params for

Line 6584: SELECT wms_exceptions_s.NEXTVAL

6580:
6581: -- Log exception
6582:
6583: --Calculate Sequence Number
6584: SELECT wms_exceptions_s.NEXTVAL
6585: INTO l_sequence
6586: FROM DUAL;
6587:
6588: IF (l_debug = 1) THEN