DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_PROJECT

Line 2721: NULL LOCATOR, --inv_project.get_locsegs (milk.inventory_location_id, milk.organization_id ) LOCATOR,

2717: mtrl.lot_number,
2718: mmtt.revision,
2719: mmtt.transaction_quantity,
2720: mmtt.transaction_uom,
2721: NULL LOCATOR, --inv_project.get_locsegs (milk.inventory_location_id, milk.organization_id ) LOCATOR,
2722: msik.primary_uom_code,
2723: --DECODE (transaction_action_id, 2, mmtt.transfer_subinventory,mmtt.subinventory_code) dest_subinventory,
2724: --DECODE (transaction_action_id, 2, mmtt.transfer_to_location, mmtt.locator_id) dest_locator,
2725: NVL(mmtt.transfer_subinventory,mmtt.subinventory_code) dest_subinventory,

Line 3816: ,locator = inv_project.get_locsegs (l_dest_loc_tab(i), organization_id)

3812: SET dest_subinventory = l_dest_sub_tab(i)
3813: ,dest_locator = l_dest_loc_tab(i)
3814: ,into_lpn_id = l_into_lpn_id_tab(i)
3815: ,into_lpn_name = l_into_lpn_name_tab(i)
3816: ,locator = inv_project.get_locsegs (l_dest_loc_tab(i), organization_id)
3817: ,sub_dropping_order = l_sub_drop_order_tab(i)
3818: ,loc_dropping_order = l_loc_drop_order_tab(i)
3819: ,show_message = l_show_message_tab(i) --R12
3820: ,error_code = l_error_code_tab(i) --???