DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on INV_RESERVATION_AVAIL_PVT

Line 428: inv_reservation_avail_pvt.available_supply_to_reserve

424: debug_print('To supply line detail = ' || p_to_supply_source_line_detail);
425: debug_print('To primary qty = ' || p_to_primary_reservation_qty);
426: END IF;
427:
428: inv_reservation_avail_pvt.available_supply_to_reserve
429: (
430: x_return_status => x_return_status
431: , x_msg_count => x_msg_count
432: , x_msg_data => x_msg_data

Line 578: inv_reservation_avail_pvt.available_demand_to_reserve

574: debug_print('To primary qty = ' || p_to_primary_reservation_qty);
575: debug_print('To primary uom code = ' || p_to_primary_uom_code);
576: END IF;
577:
578: inv_reservation_avail_pvt.available_demand_to_reserve
579: (
580: x_return_status => x_return_status
581: , x_msg_count => x_msg_count
582: , x_msg_data => x_msg_data

Line 9078: inv_reservation_avail_pvt.available_supply_to_reserve

9074: -- Bug 5199672: Should pass g_miss_num as default for supply
9075: -- source line detail. Otherwise, high level reservations
9076: -- will not be considered.
9077:
9078: inv_reservation_avail_pvt.available_supply_to_reserve
9079: (
9080: x_return_status => l_return_status
9081: , x_msg_count => x_msg_count
9082: , x_msg_data => x_msg_data

Line 9174: inv_reservation_avail_pvt.available_demand_to_reserve

9170: -- source line detail. Otherwise, high level reservations
9171: -- will not be considered.
9172:
9173: -- MUOM Fulfillment project
9174: inv_reservation_avail_pvt.available_demand_to_reserve
9175: (
9176: x_return_status => l_return_status
9177: , x_msg_count => x_msg_count
9178: , x_msg_data => x_msg_data