DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WMS_TASK_DISPATCH_PUT_AWAY

Line 6637: wms_task_dispatch_put_away.check_lpn_validity

6633: l_content_lpn := 'N';
6634: END;
6635:
6636: IF l_content_lpn='Y' THEN
6637: wms_task_dispatch_put_away.check_lpn_validity
6638: (p_org_id=> p_org_id
6639: , p_lpn_id=> p_lpn_id
6640: , x_ret=> l_x_ret
6641: , x_return_status=> l_x_return_status

Line 6852: wms_task_dispatch_put_away.check_lpn_validity

6848: IF l_content_lpn ='Y' THEN
6849: --BUG 5130266 - No need to check for drop active here, because
6850: --the CONNECT BY PRIOR query on the outermost LPN would have
6851: --checked
6852: wms_task_dispatch_put_away.check_lpn_validity
6853: (p_org_id=> p_org_id
6854: , p_lpn_id=> l_lpn_id
6855: , x_ret=> l_x_ret
6856: , x_return_status=> l_x_return_status

Line 7093: wms_Task_Dispatch_put_away.suggestions_pub(

7089:
7090: -- Call suggestions pub for each of the LPN.
7091: IF (l_is_content_lpn = 'Y') THEN
7092:
7093: wms_Task_Dispatch_put_away.suggestions_pub(
7094: p_lpn_id => l_lpn_id
7095: ,p_org_id => p_org_id
7096: ,p_user_id => p_user_id
7097: ,p_eqp_ins => p_eqp_ins

Line 7782: wms_task_dispatch_put_away.revert_loc_suggested_capacity(

7778:
7779: -- 6962664
7780: debug('Suggested locator capacity should be reverted as putaway fails');
7781: debug('Before calling the revert_loc_suggested_capacity');
7782: wms_task_dispatch_put_away.revert_loc_suggested_capacity(
7783: x_return_status => l_x_return_status
7784: , x_msg_count => l_x_msg_count
7785: , x_msg_data => l_x_msg_data
7786: , p_organization_id => p_org_id

Line 11541: l_result := wms_task_dispatch_put_away.insert_msni_helper

11537: l_ser_intf_id := l_dummy_temp_id;--l_mmtt_temp_id;
11538: END IF;
11539:
11540: -- INSERT MSNI HERE
11541: l_result := wms_task_dispatch_put_away.insert_msni_helper
11542: (p_txn_if_id => l_ser_intf_id
11543: , p_serial_number => l_cur_ser_number
11544: , p_org_id => p_organization_id
11545: , p_item_id => p_item_id

Line 11843: wms_task_dispatch_put_away.complete_putaway(

11839: END IF;
11840:
11841: --Now that I have all the values calculated and set for this task,
11842: --call the complete_putaway API
11843: wms_task_dispatch_put_away.complete_putaway(
11844: p_lpn_id => l_mol_lpn_id_tbl(i)
11845: , p_org_id => p_organization_id
11846: , p_temp_id => l_mmtt_temp_id
11847: , p_item_id => l_item_id