DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_PRD_WO_LOGIN_PVT

Line 4992: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');

4988: -- Log all technicians out of the workorder being cancelled.
4989: IF (p_x_prd_workorder_rec.status_code IN (G_JOB_STATUS_COMPLETE_NC, G_JOB_STATUS_COMPLETE,
4990: G_JOB_STATUS_CANCELLED)) THEN
4991: IF ( G_DEBUG = 'Y' ) THEN
4992: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');
4993: AHL_DEBUG_PUB.debug( 'Workorder Status:' || p_x_prd_workorder_rec.status_code);
4994: END IF;
4995:
4996: OPEN c_get_login_recs(p_x_prd_workorder_rec.workorder_id);

Line 5000: AHL_PRD_WO_LOGIN_PVT.Workorder_Logout(p_api_version => 1.0,

4996: OPEN c_get_login_recs(p_x_prd_workorder_rec.workorder_id);
4997: LOOP
4998: FETCH c_get_login_recs INTO l_employee_id, l_operation_seq_num, l_resource_seq_num;
4999: EXIT WHEN c_get_login_recs%NOTFOUND;
5000: AHL_PRD_WO_LOGIN_PVT.Workorder_Logout(p_api_version => 1.0,
5001: p_init_msg_list => p_init_msg_list,
5002: p_commit => FND_API.G_FALSE,
5003: p_validation_level => p_validation_level,
5004: x_return_status => l_return_status,

Line 5019: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');

5015: END LOOP;
5016: CLOSE c_get_login_recs;
5017:
5018: IF ( G_DEBUG = 'Y' ) THEN
5019: AHL_DEBUG_PUB.debug( l_api_name || ' Before - AHL_PRD_WO_LOGIN_PVT.Workorder_Logout');
5020: AHL_DEBUG_PUB.debug( 'Return Status:' || l_return_status);
5021: END IF;
5022:
5023: END IF; -- p_x_prd_workorder_rec.STATUS_CODE