DBA Data[Home] [Help]

APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_RSV_RESERVATIONS_PVT

Line 3394: AHL_RSV_RESERVATIONS_PVT.Update_Reservation(

3390: IF G_DEBUG='Y' THEN
3391: AHL_DEBUG_PUB.debug('Before Call to Upd RSV ') ;
3392: END IF;
3393: -- call update reservations api.
3394: AHL_RSV_RESERVATIONS_PVT.Update_Reservation(
3395: p_api_version => 1.0,
3396: p_init_msg_list => FND_API.G_FALSE,
3397: p_commit => FND_API.G_FALSE,
3398: p_module_type => NULL,

Line 4082: AHL_RSV_RESERVATIONS_PVT.DELETE_RESERVATION(

4078: AHL_DEBUG_PUB.debug('Reserved quantity for sch. material ID:' || p_x_req_material_tbl(i).schedule_material_id || ' is: ' || l_reserved_quantity || 'for INV ID: ' || l_material_rec.inventory_item_id);
4079: AHL_DEBUG_PUB.debug('Before calling delete reservation api');
4080: END IF;
4081: -- delete reservations.
4082: AHL_RSV_RESERVATIONS_PVT.DELETE_RESERVATION(
4083: p_api_version => 1.0,
4084: p_init_msg_list => FND_API.G_FALSE,
4085: p_commit => FND_API.G_FALSE,
4086: p_module_type => NULL,