DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_PROJECT

Line 651: inv_project.get_locsegs (mmtt.locator_id, mmtt.organization_id ) LOCATOR,

647: mtrl.lot_number,
648: mmtt.revision,
649: mmtt.transaction_quantity,
650: mmtt.transaction_uom,
651: inv_project.get_locsegs (mmtt.locator_id, mmtt.organization_id ) LOCATOR,
652: msik.primary_uom_code,
653: NVL(mmtt.transfer_subinventory,mmtt.subinventory_code) dest_subinventory,
654: NVL(mmtt.transfer_to_location, mmtt.locator_id) dest_locator,
655: NVL (msik.revision_qty_control_code, 1) revision_qty_control_code,

Line 821: gtmp_rec.LOCATOR, --inv_project.get_locsegs (milk.inventory_location_id, milk.organization_id ) LOCATOR,

817: gtmp_rec.lot_number,
818: gtmp_rec.revision,
819: gtmp_rec.transaction_quantity,
820: gtmp_rec.transaction_uom,
821: gtmp_rec.LOCATOR, --inv_project.get_locsegs (milk.inventory_location_id, milk.organization_id ) LOCATOR,
822: gtmp_rec.primary_uom_code,
823: gtmp_rec.dest_subinventory,
824: gtmp_rec.dest_locator,
825: gtmp_rec.revision_qty_control_code,

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

3362: mtrl.lot_number,
3363: mmtt.revision,
3364: mmtt.transaction_quantity,
3365: mmtt.transaction_uom,
3366: NULL LOCATOR, --inv_project.get_locsegs (milk.inventory_location_id, milk.organization_id ) LOCATOR,
3367: msik.primary_uom_code,
3368: --DECODE (transaction_action_id, 2, mmtt.transfer_subinventory,mmtt.subinventory_code) dest_subinventory,
3369: --DECODE (transaction_action_id, 2, mmtt.transfer_to_location, mmtt.locator_id) dest_locator,
3370: NVL(mmtt.transfer_subinventory,mmtt.subinventory_code) dest_subinventory,

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

4517: SET dest_subinventory = l_dest_sub_tab(i)
4518: ,dest_locator = l_dest_loc_tab(i)
4519: ,into_lpn_id = l_into_lpn_id_tab(i)
4520: ,into_lpn_name = l_into_lpn_name_tab(i)
4521: ,locator = inv_project.get_locsegs (l_dest_loc_tab(i), organization_id)
4522: ,sub_dropping_order = l_sub_drop_order_tab(i)
4523: ,loc_dropping_order = l_loc_drop_order_tab(i)
4524: ,show_message = l_show_message_tab(i) --R12
4525: ,error_code = l_error_code_tab(i) --???