DBA Data[Home] [Help]

APPS.INV_MISSING_QTY_ACTIONS_ENGINE dependencies on INV_RESERVATION_PVT

Line 343: inv_reservation_pvt.update_reservation(

339: END IF;
340: --END INVCONV KKILLAMS
341:
342:
343: inv_reservation_pvt.update_reservation(
344: x_return_status => x_return_status
345: , x_msg_count => x_msg_count
346: , x_msg_data => x_msg_data
347: , p_api_version_number => 1.0

Line 760: inv_reservation_pvt.query_reservation(

756: END IF;
757:
758: /* Querying MTR to check for any Reservation with the same values as that of the new
759: Cycle Count Reservation record to be created */
760: inv_reservation_pvt.query_reservation(
761: p_api_version_number => 1.0
762: , p_init_msg_lst => fnd_api.g_false
763: , x_return_status => x_return_status
764: , x_msg_count => l_msg_count

Line 826: inv_reservation_pvt.transfer_reservation(

822: IF l_cc_rsv_rec.secondary_reservation_quantity = 0 THEN
823: l_cc_rsv_rec.secondary_reservation_quantity := NULL;
824: END IF;
825: --END INVCONV kkillams
826: inv_reservation_pvt.transfer_reservation(
827: x_return_status => x_return_status
828: , x_msg_count => l_msg_count
829: , x_msg_data => l_msg_data
830: , x_reservation_id => l_new_reservation_id

Line 865: inv_reservation_pvt.update_reservation(

861: l_cc_rsv_rec.secondary_reservation_quantity := NULL;
862: END IF;
863: --END INVCONV kkillams
864: l_cc_rsv_rec.reservation_quantity := NULL;
865: inv_reservation_pvt.update_reservation(
866: x_return_status => x_return_status
867: , x_msg_count => l_msg_count
868: , x_msg_data => l_msg_data
869: , p_api_version_number => 1.0

Line 890: inv_reservation_pvt.create_reservation(

886: IF l_cc_rsv_rec.secondary_reservation_quantity = 0 THEN
887: l_cc_rsv_rec.secondary_reservation_quantity := NULL;
888: END IF;
889: --END INVCONV kkillams
890: inv_reservation_pvt.create_reservation(
891: x_return_status => x_return_status
892: , x_msg_count => l_msg_count
893: , x_msg_data => l_msg_data
894: , x_reservation_id => l_new_reservation_id

Line 939: inv_reservation_pvt.update_reservation(

935: END IF;
936: --END INVCONV kkillams
937:
938: l_cc_rsv_rec.reservation_quantity := NULL;
939: inv_reservation_pvt.update_reservation(
940: x_return_status => x_return_status
941: , x_msg_count => l_msg_count
942: , x_msg_data => l_msg_data
943: , p_api_version_number => 1.0