DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on GML_BATCH_OM_RES_PVT

Line 3377: GML_BATCH_OM_RES_PVT.cancel_res_for_so_line

3373: RAISE FND_API.G_EXC_ERROR;
3374: END IF;
3375: /* cancel all the reservations for GME */
3376: GMI_reservation_Util.PrintLn('(opm_dbg)in balancing the default lot, cancel reservation for line_id '||l_ic_tran_rec.line_id);
3377: GML_BATCH_OM_RES_PVT.cancel_res_for_so_line
3378: (
3379: P_so_line_id => l_ic_tran_rec.line_id
3380: , X_return_status => x_return_status
3381: , X_msg_cont => x_msg_count

Line 3413: GML_BATCH_OM_RES_PVT.cancel_res_for_so_line

3409: /* if the trans_qty is 0, remove all the outstand GME reservations as well */
3410: /* cancel all the reservations for GME */
3411: /*IF l_ic_tran_rec.trans_qty = 0 THEN
3412: GMI_reservation_Util.PrintLn('(opm_dbg)in balancing the default lot, cancel res');
3413: GML_BATCH_OM_RES_PVT.cancel_res_for_so_line
3414: (
3415: P_so_line_id => l_ic_tran_rec.line_id
3416: , X_return_status => x_return_status
3417: , X_msg_cont => x_msg_count

Line 4383: GML_BATCH_OM_RES_PVT.check_gmeres_for_so_line

4379: and line_detail_id is null
4380: and (lot_id<>0 OR location <> GMI_RESERVATION_UTIL.G_DEFAULT_LOCT);
4381: END IF;
4382: /* call update reservations for gme */
4383: GML_BATCH_OM_RES_PVT.check_gmeres_for_so_line
4384: ( p_so_line_id => p_so_line_id
4385: , p_delivery_detail_id => p_new_delivery_detail_id
4386: , x_return_status => x_return_status
4387: ) ;

Line 4925: GML_BATCH_OM_RES_PVT.split_reservations_from_om

4921: END IF;
4922: END IF;
4923: END IF;
4924: /* split the reservations if necessary */
4925: GML_BATCH_OM_RES_PVT.split_reservations_from_om
4926: ( p_old_source_line_id => p_old_source_line_id
4927: ,p_new_source_line_id => p_new_source_line_id
4928: ,p_qty_to_split => p_qty_to_split
4929: ,p_qty2_to_split => p_qty2_to_split