DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_CONVERT

Line 3213: l_qtys_within_dev := INV_CONVERT.Within_Deviation

3209: IF( (inv_reservation_global.g_item_record_cache(p_item_cache_index).secondary_default_ind = 'F')
3210: AND (p_reservation_quantity = p_secondary_quantity) AND (p_reservation_uom = p_secondary_uom)) THEN
3211: NULL;
3212: ELSE
3213: l_qtys_within_dev := INV_CONVERT.Within_Deviation
3214: ( p_organization_id =>
3215: inv_reservation_global.g_item_record_cache(p_item_cache_index).organization_id
3216: , p_inventory_item_id =>
3217: inv_reservation_global.g_item_record_cache(p_item_cache_index).inventory_item_id

Line 3428: *l_ordered_quantity_rsv_uom := inv_convert.inv_um_convert(

3424: -- Bug 1620576 - We can no longer carry out this validation.
3425: -- We allow over-reserving when we do an overpick.
3426: /*
3427: *-- Convert order quantity into reservation uom code
3428: *l_ordered_quantity_rsv_uom := inv_convert.inv_um_convert(
3429: * l_line_rec_inventory_item_id,
3430: * NULL,
3431: * l_line_rec_ordered_quantity,
3432: * l_line_rec_order_quantity_uom,

Line 3459: * inv_convert.inv_um_convert

3455: *
3456: * -- Convert primary reservation quantity into
3457: * -- reservation uom code
3458: * l_reserved_quantity :=
3459: * inv_convert.inv_um_convert
3460: * (
3461: * l_line_rec_inventory_item_id,
3462: * NULL,
3463: * l_primary_reserved_quantity,