DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on STANDARD

Line 1053: , NVL(standard_operation_id, 2)

1049: , subinventory_code
1050: , locator_id
1051: , transaction_quantity
1052: , transfer_to_location
1053: , NVL(standard_operation_id, 2)
1054: , task_priority
1055: , NVL(wms_task_type, 2)
1056: , operation_plan_id
1057: , move_order_line_id

Line 4355: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE

4351: AND lot_number = p_lot;
4352:
4353: -- Bug 2458540
4354: -- Update the Serial Status to 4 before calling Receiving Transaction
4355: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE
4356: IF (l_serial_code = 6 AND l_ref = 'ORDER_LINE_ID') THEN
4357: UPDATE mtl_serial_numbers
4358: SET current_status = 4
4359: , previous_status = current_status

Line 4600: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE

4596: AND inventory_item_id = p_item_id;
4597:
4598: -- Bug 2458540
4599: -- Update the Serial Status to 4 before calling Receiving Transaction
4600: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE
4601: IF (l_serial_code = 6 AND l_ref = 'ORDER_LINE_ID') THEN
4602: UPDATE mtl_serial_numbers
4603: SET current_status = 4
4604: , previous_status = current_status