DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WMS_TASK_DISPATCH_PUT_AWAY

Line 5905: wms_task_dispatch_put_away.check_lpn_validity

5901: l_content_lpn := 'N';
5902: END;
5903:
5904: IF l_content_lpn='Y' THEN
5905: wms_task_dispatch_put_away.check_lpn_validity
5906: (p_org_id=> p_org_id
5907: , p_lpn_id=> p_lpn_id
5908: , x_ret=> l_x_ret
5909: , x_return_status=> l_x_return_status

Line 6041: wms_task_dispatch_put_away.check_lpn_validity

6037: IF l_content_lpn ='Y' THEN
6038: --BUG 5130266 - No need to check for drop active here, because
6039: --the CONNECT BY PRIOR query on the outermost LPN would have
6040: --checked
6041: wms_task_dispatch_put_away.check_lpn_validity
6042: (p_org_id=> p_org_id
6043: , p_lpn_id=> l_lpn_id
6044: , x_ret=> l_x_ret
6045: , x_return_status=> l_x_return_status

Line 6264: wms_Task_Dispatch_put_away.suggestions_pub(

6260:
6261: -- Call suggestions pub for each of the LPN.
6262: IF (l_is_content_lpn = 'Y') THEN
6263:
6264: wms_Task_Dispatch_put_away.suggestions_pub(
6265: p_lpn_id => l_lpn_id
6266: ,p_org_id => p_org_id
6267: ,p_user_id => p_user_id
6268: ,p_eqp_ins => p_eqp_ins

Line 6920: wms_task_dispatch_put_away.revert_loc_suggested_capacity(

6916:
6917: -- 6962664
6918: debug('Suggested locator capacity should be reverted as putaway fails');
6919: debug('Before calling the revert_loc_suggested_capacity');
6920: wms_task_dispatch_put_away.revert_loc_suggested_capacity(
6921: x_return_status => l_x_return_status
6922: , x_msg_count => l_x_msg_count
6923: , x_msg_data => l_x_msg_data
6924: , p_organization_id => p_org_id

Line 10638: l_result := wms_task_dispatch_put_away.insert_msni_helper

10634: l_ser_intf_id := l_dummy_temp_id;--l_mmtt_temp_id;
10635: END IF;
10636:
10637: -- INSERT MSNI HERE
10638: l_result := wms_task_dispatch_put_away.insert_msni_helper
10639: (p_txn_if_id => l_ser_intf_id
10640: , p_serial_number => l_cur_ser_number
10641: , p_org_id => p_organization_id
10642: , p_item_id => p_item_id

Line 10921: wms_task_dispatch_put_away.complete_putaway(

10917: END IF;
10918:
10919: --Now that I have all the values calculated and set for this task,
10920: --call the complete_putaway API
10921: wms_task_dispatch_put_away.complete_putaway(
10922: p_lpn_id => l_mol_lpn_id_tbl(i)
10923: , p_org_id => p_organization_id
10924: , p_temp_id => l_mmtt_temp_id
10925: , p_item_id => l_item_id