DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on STANDARD

Line 1191: , NVL(standard_operation_id, 2)

1187: , subinventory_code
1188: , locator_id
1189: , transaction_quantity
1190: , transfer_to_location
1191: , NVL(standard_operation_id, 2)
1192: , task_priority
1193: , NVL(wms_task_type, 2)
1194: , operation_plan_id
1195: , move_order_line_id

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

4571: AND lot_number = p_lot;
4572:
4573: -- Bug 2458540
4574: -- Update the Serial Status to 4 before calling Receiving Transaction
4575: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE
4576: IF (l_serial_code = 6 AND l_ref = 'ORDER_LINE_ID') THEN
4577: UPDATE mtl_serial_numbers
4578: SET current_status = 4
4579: , previous_status = current_status

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

4822: AND inventory_item_id = p_item_id;
4823:
4824: -- Bug 2458540
4825: -- Update the Serial Status to 4 before calling Receiving Transaction
4826: -- Processor for RMA serial At SALES ORDER ISSUE STANDARD RECEIPT CASE
4827: IF (l_serial_code = 6 AND l_ref = 'ORDER_LINE_ID') THEN
4828: UPDATE mtl_serial_numbers
4829: SET current_status = 4
4830: , previous_status = current_status