DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WMS_CROSS_DOCK_PVT

Line 8265: WMS_Cross_Dock_Pvt.insert_xdock_criteria( l_new_mol_id,l_crossdock_criteria_id,x_return_status,x_msg_data,x_msg_count);

8261: l_progress := '290';
8262:
8263: IF ( NVL(l_new_mol_id,0) > 0 ) THEN
8264: --9695544-Add this MOL and xdock criteria in global pl/sq table
8265: WMS_Cross_Dock_Pvt.insert_xdock_criteria( l_new_mol_id,l_crossdock_criteria_id,x_return_status,x_msg_data,x_msg_count);
8266: END IF;
8267: -- Exit out of loop if the MOL supply has been fully crossdocked or the
8268: -- reservation has been fully consumed.
8269: IF (l_mol_qty = 0 OR l_rsv_qty = 0) THEN

Line 9635: WMS_Cross_Dock_Pvt.insert_xdock_criteria( l_new_mol_id,l_crossdock_criteria_id,x_return_status,x_msg_data,x_msg_count);

9631: l_progress := '520';
9632:
9633: IF ( NVL(l_new_mol_id,0) > 0 ) THEN
9634: --9695544-Add this MOL and xdock criteria in global pl/sq table
9635: WMS_Cross_Dock_Pvt.insert_xdock_criteria( l_new_mol_id,l_crossdock_criteria_id,x_return_status,x_msg_data,x_msg_count);
9636: END IF;
9637: -- 4.4 - Create a crossdocked reservation tying the demand to the supply line.
9638: -- Calculate the supply expected time
9639: IF (l_debug = 1) THEN