DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_INCREMENTAL_BACKFLUSH_PVT

Line 4813: gme_incremental_backflush_pvt.validate_material_for_IB

4809: RAISE fnd_api.g_exc_error;
4810: END IF;
4811: END IF;
4812:
4813: gme_incremental_backflush_pvt.validate_material_for_IB
4814: (p_material_detail_rec => l_material_detail_rec
4815: ,p_batch_header_rec => l_batch_header_rec
4816: ,p_adjust_cmplt => p_adjust_cmplt
4817: ,x_return_status => x_return_status);

Line 4823: gme_incremental_backflush_pvt.validate_qty_for_IB

4819: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4820: RAISE fnd_api.g_exc_error;
4821: END IF;
4822:
4823: gme_incremental_backflush_pvt.validate_qty_for_IB
4824: (p_qty_type => p_qty_type
4825: ,p_qty => p_qty
4826: ,p_actual_qty => l_material_detail_rec.actual_qty
4827: ,x_return_status => x_return_status);