DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_PVT dependencies on GMF_VIB

Line 251: GMF_VIB.Create_Batch_Requirements

247: -- Bug 5903208 - Make call to GMF
248: --
249: -- Bug 12909216 - Do not call GMF if we have a phantom product for zero qty.
250: IF p_phantom_product_id IS NULL OR l_matl_dtl_rec.wip_plan_qty <> 0 THEN
251: GMF_VIB.Create_Batch_Requirements
252: ( p_api_version => 1.0,
253: p_init_msg_list => FND_API.G_FALSE,
254: p_batch_id => x_batch_header_rec.batch_id,
255: x_return_status => l_return_status, --Bug#6507649