DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RSV_RESERVATIONS_PVT

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

4315: -- Delete existing reservations if cancelling or completing a workorder.
4316: IF (p_x_prd_workorder_rec.status_code IN (G_JOB_STATUS_COMPLETE_NC, G_JOB_STATUS_COMPLETE,
4317: G_JOB_STATUS_CANCELLED, G_JOB_STATUS_DELETED)) THEN
4318: IF ( G_DEBUG = 'Y' ) THEN
4319: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_RSV_RESERVATIONS_PVT.Delete_Reservation');
4320: AHL_DEBUG_PUB.debug( 'Workorder Status:' || p_x_prd_workorder_rec.status_code);
4321: END IF;
4322:
4323: FOR get_scheduled_mater_rec IN get_scheduled_mater_csr(p_x_prd_workorder_rec.workorder_id)

Line 4326: AHL_RSV_RESERVATIONS_PVT.Delete_Reservation (

4322:
4323: FOR get_scheduled_mater_rec IN get_scheduled_mater_csr(p_x_prd_workorder_rec.workorder_id)
4324: LOOP
4325: -- Call delete reservation API.
4326: AHL_RSV_RESERVATIONS_PVT.Delete_Reservation (
4327: p_api_version => 1.0,
4328: p_init_msg_list => FND_API.G_TRUE ,
4329: p_commit => FND_API.G_FALSE ,
4330: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,