DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_RESERVATION_PUB

Line 1417: OE_DEBUG_PUB.Add('Before Calling inv_reservation_pub.validate_quantity ' ,1);

1413: IF NVL(l_reservation_rec.reservation_quantity,0)
1414: <> NVL(p_x_rsv_tbl(I).derived_reserved_qty_mir,0) THEN
1415:
1416: IF l_debug_level > 0 THEN
1417: OE_DEBUG_PUB.Add('Before Calling inv_reservation_pub.validate_quantity ' ,1);
1418: END IF;
1419: inv_decimals_pub.validate_quantity(
1420: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1421: p_organization_id =>

Line 1429: OE_DEBUG_PUB.Add('After Calling inv_reservation_pub.validate_quantity: '||l_qty_return_status ,1);

1425: x_output_quantity => l_validated_quantity,
1426: x_primary_quantity => l_primary_quantity,
1427: x_return_status => l_qty_return_status);
1428: IF l_debug_level > 0 THEN
1429: OE_DEBUG_PUB.Add('After Calling inv_reservation_pub.validate_quantity: '||l_qty_return_status ,1);
1430: END IF;
1431:
1432: IF l_qty_return_status = 'W' OR l_qty_return_status = 'E' THEN
1433: IF l_debug_level > 0 THEN

Line 1459: OE_DEBUG_PUB.Add('Calling inv_reservation_pub.create_reservation '

1455: END IF;
1456:
1457: -- Call INV with action = RESERVE
1458: IF l_debug_level > 0 THEN
1459: OE_DEBUG_PUB.Add('Calling inv_reservation_pub.create_reservation '
1460: ||l_reservation_rec.reservation_quantity,1);
1461: END IF;
1462: INV_RESERVATION_PUB.Create_Reservation
1463: ( p_api_version_number => 1.0

Line 1462: INV_RESERVATION_PUB.Create_Reservation

1458: IF l_debug_level > 0 THEN
1459: OE_DEBUG_PUB.Add('Calling inv_reservation_pub.create_reservation '
1460: ||l_reservation_rec.reservation_quantity,1);
1461: END IF;
1462: INV_RESERVATION_PUB.Create_Reservation
1463: ( p_api_version_number => 1.0
1464: , p_init_msg_lst => FND_API.G_TRUE
1465: , x_return_status => l_return_status
1466: , x_msg_count => l_msg_count

Line 1976: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);

1972:
1973:
1974: -- Call INV with action = RESERVE
1975: IF l_debug_level > 0 THEN
1976: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
1977: END IF;
1978:
1979: INV_RESERVATION_PUB.Create_Reservation
1980: ( p_api_version_number => 1.0

Line 1979: INV_RESERVATION_PUB.Create_Reservation

1975: IF l_debug_level > 0 THEN
1976: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
1977: END IF;
1978:
1979: INV_RESERVATION_PUB.Create_Reservation
1980: ( p_api_version_number => 1.0
1981: , p_init_msg_lst => FND_API.G_TRUE
1982: , x_return_status => l_return_status
1983: , x_msg_count => l_msg_count