DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on INV_FLEX_LOT_ALLOCATION_PUB

Line 3287: l_mo_allocate_lot_flag := inv_flex_lot_allocation_pub.get_allocate_lot_flag(

3283: g_insert_lot_flag := 0;
3284: g_insert_serial_flag := 0;
3285:
3286: -- Added for 14699845 (Flexible lot allocation) temporarily
3287: l_mo_allocate_lot_flag := inv_flex_lot_allocation_pub.get_allocate_lot_flag(
3288: p_organization_id => p_request_line_rec.organization_id
3289: , p_move_order_line_id => p_request_line_rec.line_id
3290: , p_inventory_item_id => p_request_line_rec.inventory_item_id
3291: , p_subinventory_code => p_request_line_rec.from_subinventory_code

Line 3354: l_allocate_lot_flag := NVL(inv_flex_lot_allocation_pub.get_allocate_lot_flag(

3350: l_insert_txn := FALSE;
3351:
3352: -- Added for 14699845 (Flexible lot allocation)
3353: IF (g_output_process_tbl.EXISTS(l_index-1)) THEN
3354: l_allocate_lot_flag := NVL(inv_flex_lot_allocation_pub.get_allocate_lot_flag(
3355: p_organization_id => p_request_line_rec.organization_id
3356: , p_move_order_line_id => p_request_line_rec.line_id
3357: , p_inventory_item_id => p_request_line_rec.inventory_item_id
3358: , p_subinventory_code => g_output_process_tbl(l_index-1).from_subinventory_code