DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_INCREMENTAL_BACKFLUSH_PVT

Line 4950: gme_incremental_backflush_pvt.validate_material_for_IB

4946: RAISE fnd_api.g_exc_error;
4947: END IF;
4948: END IF;
4949:
4950: gme_incremental_backflush_pvt.validate_material_for_IB
4951: (p_material_detail_rec => l_material_detail_rec
4952: ,p_batch_header_rec => l_batch_header_rec
4953: ,p_adjust_cmplt => p_adjust_cmplt
4954: ,x_return_status => x_return_status);

Line 4960: gme_incremental_backflush_pvt.validate_qty_for_IB

4956: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4957: RAISE fnd_api.g_exc_error;
4958: END IF;
4959:
4960: gme_incremental_backflush_pvt.validate_qty_for_IB
4961: (p_qty_type => p_qty_type
4962: ,p_qty => p_qty
4963: ,p_actual_qty => l_material_detail_rec.actual_qty
4964: ,x_return_status => x_return_status);