DBA Data[Home] [Help]

APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_RSV_RESERVATIONS_PVT

Line 2515: AHL_RSV_RESERVATIONS_PVT.Update_Reservation(

2511: AHL_DEBUG_PUB.debug('Before Call to Upd RSV ') ;
2512: END IF;
2513:
2514: -- call update reservations api.
2515: AHL_RSV_RESERVATIONS_PVT.Update_Reservation(
2516: p_api_version => 1.0,
2517: p_init_msg_list => FND_API.G_FALSE,
2518: p_commit => FND_API.G_FALSE,
2519: p_module_type => NULL,

Line 3203: AHL_RSV_RESERVATIONS_PVT.DELETE_RESERVATION(

3199: AHL_DEBUG_PUB.debug('Before calling delete reservation api');
3200: END IF;
3201:
3202: -- delete reservations.
3203: AHL_RSV_RESERVATIONS_PVT.DELETE_RESERVATION(
3204: p_api_version => 1.0,
3205: p_init_msg_list => FND_API.G_FALSE,
3206: p_commit => FND_API.G_FALSE,
3207: p_module_type => NULL,