DBA Data[Home] [Help]

APPS.WMS_ITEM_LOAD dependencies on WMS_TASK_DISPATCH_PUT_AWAY

Line 866: wms_task_dispatch_put_away.create_mo

862: -- Call create_mo
863: IF (l_debug = 1) THEN
864: print_debug('Call the create_mo API for the given item load entry');
865: END IF;
866: wms_task_dispatch_put_away.create_mo
867: (p_org_id => p_organization_id,
868: p_inventory_item_id => p_inventory_item_id,
869: p_qty => p_quantity,
870: p_uom => p_uom_code,

Line 2344: WMS_Task_Dispatch_put_away.suggestions_pub

2340: -- Call the Suggestions_PUB API for the current MO line
2341: IF (l_debug = 1) THEN
2342: print_debug('Call the suggestions_pub API');
2343: END IF;
2344: WMS_Task_Dispatch_put_away.suggestions_pub
2345: (p_lpn_id => p_lpn_id,
2346: p_org_id => p_organization_id,
2347: p_user_id => p_user_id,
2348: p_eqp_ins => p_eqp_ins,