DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RSV_RESERVATIONS_PVT

Line 5948: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_RSV_RESERVATIONS_PVT.Delete_Reservation');

5944: -- Delete existing reservations if cancelling or completing a workorder.
5945: IF (p_x_prd_workorder_rec.status_code IN (G_JOB_STATUS_COMPLETE_NC, G_JOB_STATUS_COMPLETE,
5946: G_JOB_STATUS_CANCELLED, G_JOB_STATUS_DELETED)) THEN
5947: IF ( G_DEBUG = 'Y' ) THEN
5948: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_RSV_RESERVATIONS_PVT.Delete_Reservation');
5949: AHL_DEBUG_PUB.debug( 'Workorder Status:' || p_x_prd_workorder_rec.status_code);
5950: END IF;
5951:
5952: FOR get_scheduled_mater_rec IN get_scheduled_mater_csr(p_x_prd_workorder_rec.workorder_id)

Line 5955: AHL_RSV_RESERVATIONS_PVT.Delete_Reservation (

5951:
5952: FOR get_scheduled_mater_rec IN get_scheduled_mater_csr(p_x_prd_workorder_rec.workorder_id)
5953: LOOP
5954: -- Call delete reservation API.
5955: AHL_RSV_RESERVATIONS_PVT.Delete_Reservation (
5956: p_api_version => 1.0,
5957: p_init_msg_list => FND_API.G_TRUE ,
5958: p_commit => FND_API.G_FALSE ,
5959: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,