DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_RESERVATION_PUB

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

1465: IF NVL(l_reservation_rec.reservation_quantity,0)
1466: <> NVL(p_x_rsv_tbl(I).derived_reserved_qty_mir,0) THEN
1467:
1468: IF l_debug_level > 0 THEN
1469: OE_DEBUG_PUB.Add('Before Calling inv_reservation_pub.validate_quantity ' ,1);
1470: END IF;
1471: inv_decimals_pub.validate_quantity(
1472: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1473: p_organization_id =>

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

1477: x_output_quantity => l_validated_quantity,
1478: x_primary_quantity => l_primary_quantity,
1479: x_return_status => l_qty_return_status);
1480: IF l_debug_level > 0 THEN
1481: OE_DEBUG_PUB.Add('After Calling inv_reservation_pub.validate_quantity: '||l_qty_return_status ,1);
1482: END IF;
1483:
1484: IF l_qty_return_status = 'W' OR l_qty_return_status = 'E' THEN
1485: IF l_debug_level > 0 THEN

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

1507: END IF;
1508:
1509: -- Call INV with action = RESERVE
1510: IF l_debug_level > 0 THEN
1511: OE_DEBUG_PUB.Add('Calling inv_reservation_pub.create_reservation '
1512: ||l_reservation_rec.reservation_quantity,1);
1513: END IF;
1514: INV_RESERVATION_PUB.Create_Reservation
1515: ( p_api_version_number => 1.0

Line 1514: INV_RESERVATION_PUB.Create_Reservation

1510: IF l_debug_level > 0 THEN
1511: OE_DEBUG_PUB.Add('Calling inv_reservation_pub.create_reservation '
1512: ||l_reservation_rec.reservation_quantity,1);
1513: END IF;
1514: INV_RESERVATION_PUB.Create_Reservation
1515: ( p_api_version_number => 1.0
1516: , p_init_msg_lst => FND_API.G_TRUE
1517: , x_return_status => l_return_status
1518: , x_msg_count => l_msg_count

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

2024:
2025:
2026: -- Call INV with action = RESERVE
2027: IF l_debug_level > 0 THEN
2028: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
2029: END IF;
2030:
2031: INV_RESERVATION_PUB.Create_Reservation
2032: ( p_api_version_number => 1.0

Line 2031: INV_RESERVATION_PUB.Create_Reservation

2027: IF l_debug_level > 0 THEN
2028: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
2029: END IF;
2030:
2031: INV_RESERVATION_PUB.Create_Reservation
2032: ( p_api_version_number => 1.0
2033: , p_init_msg_lst => FND_API.G_TRUE
2034: , x_return_status => l_return_status
2035: , x_msg_count => l_msg_count